source: extensions/PwgCarbon/themeconf.inc.php @ 25996

Last change on this file since 25996 was 25996, checked in by Miklfe, 10 years ago
File size: 705 bytes
Line 
1<?php
2/*
3Theme Name: PwgCarbon
4Version: 1.3
5Description: theme PwgCarbon pour Piwigo.
6Theme URI: http://piwigo.org/ext/extension_view.php?eid=640
7Author:Miklfe [piwitheme.fr]
8Author URI: http://piwitheme.fr
9*/
10
11        global $conf, $user, $PwgCarbon, $template;
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
24add_event_handler('init', 'load_PwgCarbon' );
25function load_PwgCarbon()
26{
27        include('PwgCarbon.php');
28        }
29
30?>
Note: See TracBrowser for help on using the repository browser.