Changeset 5190
- Timestamp:
- 03/19/10 14:30:21 (3 years ago)
- Location:
- trunk
- Files:
-
- 3 modified
-
admin/themes/default/template/header.tpl (modified) (1 diff)
-
include/template.class.php (modified) (1 diff)
-
themes/default/template/header.tpl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/themes/default/template/header.tpl
r5182 r5190 16 16 {foreach from=$themes item=theme} 17 17 {if isset($theme.local_head)}{include file=$theme.local_head}{/if} 18 <link rel="stylesheet" type="text/css" href="{$ROOT_URL}admin/themes/{$theme. name}/theme.css">18 <link rel="stylesheet" type="text/css" href="{$ROOT_URL}admin/themes/{$theme.id}/theme.css"> 19 19 {/foreach} 20 20 -
trunk/include/template.class.php
r5177 r5190 98 98 } 99 99 100 $tpl_var = array(' name' => $themeconf['name']);100 $tpl_var = array('id' => $theme); 101 101 if (!empty($themeconf['local_head']) ) 102 102 { -
trunk/themes/default/template/header.tpl
r5129 r5190 33 33 {foreach from=$themes item=theme} 34 34 {if isset($theme.local_head)}{include file=$theme.local_head}{/if} 35 <link rel="stylesheet" type="text/css" href="{$ROOT_URL}themes/{$theme. name}/theme.css">35 <link rel="stylesheet" type="text/css" href="{$ROOT_URL}themes/{$theme.id}/theme.css"> 36 36 {/foreach} 37 37
![(please configure the [header_logo] section in trac.ini)](http://piwigo.org/screenshots/piwigo_logo_on_white.png)