aboutsummaryrefslogtreecommitdiffstats
path: root/themes/smartpocket/themeconf.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'themes/smartpocket/themeconf.inc.php')
-rw-r--r--themes/smartpocket/themeconf.inc.php14
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,
+);
+?>