Rev | Line | |
---|
[18843] | 1 | <?php |
---|
| 2 | /* |
---|
| 3 | Theme Name: PwgCarbon |
---|
[25996] | 4 | Version: 1.3 |
---|
[18843] | 5 | Description: theme PwgCarbon pour Piwigo. |
---|
[19823] | 6 | Theme URI: http://piwigo.org/ext/extension_view.php?eid=640 |
---|
[19043] | 7 | Author:Miklfe [piwitheme.fr] |
---|
| 8 | Author URI: http://piwitheme.fr |
---|
[18843] | 9 | */ |
---|
| 10 | |
---|
[25996] | 11 | global $conf, $user, $PwgCarbon, $template; |
---|
[18843] | 12 | |
---|
| 13 | |
---|
| 14 | $themeconf = array( |
---|
| 15 | 'name' => 'PwgCarbon', |
---|
| 16 | 'parent' => 'PwgCarbon_dft', |
---|
| 17 | 'load_parent_css' => true, |
---|
| 18 | 'load_parent_local_head' => false, |
---|
| 19 | 'local_head' => 'local_head.tpl', |
---|
| 20 | 'admin_icon_dir' => 'themes/default/icon/admin', |
---|
| 21 | 'mime_icon_dir' => 'themes/default/icon/mimetypes/', |
---|
| 22 | ); |
---|
| 23 | |
---|
[25996] | 24 | add_event_handler('init', 'load_PwgCarbon' ); |
---|
[18843] | 25 | function load_PwgCarbon() |
---|
| 26 | { |
---|
| 27 | include('PwgCarbon.php'); |
---|
| 28 | } |
---|
| 29 | |
---|
| 30 | ?> |
---|
Note: See
TracBrowser
for help on using the repository browser.