Ignore:
Timestamp:
Mar 13, 2010, 1:00:52 AM (14 years ago)
Author:
plg
Message:

feature 1502: based on Dotclear model, P@t has reorganized the way Piwigo
manages template/theme in a simpler "theme only level" architecture. It
supports multiple level inheritance.

Location:
trunk/admin/themes
Files:
1 added
2 edited
1 copied

Legend:

Unmodified
Added
Removed
  • trunk/admin/themes/clear/mail-css.tpl

    r5090 r5123  
    77#copyright {ldelim} background: transparent url({$ROOT_URL}template/{$themeconf.template}/mail/text/html/images/footer-bg.png) no-repeat scroll left bottom;
    88color: #69c;}
    9 h2 {ldelim} background-color: #222;color:#eee;background-image: url({$ROOT_URL}template/{$themeconf.template}/theme/{$themeconf.theme}/images/tableh1_bg.png);}
     9h2 {ldelim} background-color: #222;color:#eee;background-image: url({$ROOT_URL}template/{$themeconf.template}/themes/{$themeconf.theme}/images/tableh1_bg.png);}
    1010img {ldelim} margin: 16px; padding:15px;border:1px solid #eee; -moz-border-radius: 4px; border-radius: 4px 4px; }
    1111img:hover {ldelim} border:1px solid #69c; -moz-border-radius: 4px; border-radius: 4px 4px; }
  • trunk/admin/themes/clear/themeconf.inc.php

    r5090 r5123  
    55}
    66$themeconf = array(
    7   'template' => 'goto',
    8   'theme' => 'clear',
    9   'icon_dir' => 'template/yoga/icon',
    10   'admin_icon_dir' => 'admin/template/goto/theme/clear/icon',
    11   'mime_icon_dir' => 'template/yoga/icon/mimetypes',
     7  'theme'    => 'clear',
     8  'parent'   => 'default',
     9  'admin_icon_dir' => 'admin/themes/clear/icon',
    1210  'selected_admin_menu' => selected_admin_menu(),
    13   'local_head' => '',
    1411);
    1512?>
Note: See TracChangeset for help on using the changeset viewer.