diff options
author | patdenice <patdenice@piwigo.org> | 2012-02-16 11:51:34 +0000 |
---|---|---|
committer | patdenice <patdenice@piwigo.org> | 2012-02-16 11:51:34 +0000 |
commit | a7f70524df847f3dd8e53e0e07b67597edb1631c (patch) | |
tree | db87ef3bae8722e2439c85edcc67f6d280aef91e /themes/smartpocket/themeconf.inc.php | |
parent | 4f2ae7cbcece6409b2b7e6e2ec4b73ad04917c5e (diff) |
feature:2577
Add mobile theme
git-svn-id: http://piwigo.org/svn/trunk@13182 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | themes/smartpocket/themeconf.inc.php | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/themes/smartpocket/themeconf.inc.php b/themes/smartpocket/themeconf.inc.php new file mode 100644 index 000000000..a1a841081 --- /dev/null +++ b/themes/smartpocket/themeconf.inc.php @@ -0,0 +1,14 @@ +<?php
+/*
+Theme Name: Smart Pocket
+Version: 2.4.0
+Description: Mobile theme.
+Theme URI: http://piwigo.org/ext/extension_view.php?eid=599
+Author: P@t
+Author URI: http://piwigo.org
+*/
+
+$themeconf = array(
+ 'mobile' => true,
+);
+?>
|