Ignore:
Timestamp:
Mar 14, 2011, 5:12:07 PM (13 years ago)
Author:
flop25
Message:

updating tpl files
delete of picture.css
Theme URI updated

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/floOS/OS_glass_dark/themeconf.inc.php

    r9674 r9675  
    11<?php
    22/*
    3 Theme Name: OS_glass_clear
     3Theme Name: OS_glass_dark
    44Version: auto
    55Description:
    6 Theme URI: http://piwigo.org/ext/extension_view.php?eid=514
     6Theme URI: http://piwigo.org/ext/extension_view.php?eid=515
    77Author: flop25
    88Author URI: http://www.planete-flop.fr
     
    1010
    1111$themeconf = array(
    12   'name'         => 'OS_glass_clear',
     12  'name'         => 'OS_glass_dark',
    1313  'parent'        => 'OS_default',
    1414  'icon_dir'      => 'themes/OS_default/icon',
     
    2121        'tab_closed'                    => array('mbLinks','mbTags','mbSpecials','mbIdentification'),   # tabs which are closed when the page is loaded
    2222);
    23 @include(PHPWG_ROOT_PATH. 'local/config/OS_glass_clear.inc.php');
     23@include(PHPWG_ROOT_PATH. 'local/config/OS_glass_dark.inc.php');
    2424if (isset($conf['local_dir_site']))
    2525{
    26   @include(PHPWG_ROOT_PATH.PWG_LOCAL_DIR. 'config/OS_glass_clear.inc.php');
     26  @include(PHPWG_ROOT_PATH.PWG_LOCAL_DIR. 'config/OS_glass_dark.inc.php');
    2727}
    2828
Note: See TracChangeset for help on using the changeset viewer.