blob: a1a8410818b50fb80455789a000ccb8017882a8a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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,
);
?>
|