Changeset 2068 in ExiteCMS for themes/public/Luna/php-files/themes/Luna/templates/templates/_header.tpl
- Timestamp:
- 11/25/08 18:55:19 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
themes/public/Luna/php-files/themes/Luna/templates/templates/_header.tpl
r2067 r2068 156 156 <td > 157 157 <table border='0' width='100%'> 158 <tr style='height:55px'>159 <td align=' right'>160 {* room for other text *}158 <tr> 159 <td align='center'> 160 <font size='6'<b>{$settings.sitename}</b></font> 161 161 </td> 162 162 </tr> 163 <tr style='height:55px'> 164 <td align='right'> 165 {if $settings.maintenance} 166 <br /> 167 <font size='6' color='{$settings.maintenance_color}'><b>MAINTENANCE </b></font> 168 {/if} 163 <tr> 164 <td align='center'> 165 <font size='6' color='{$settings.maintenance_color}'><b>{if $settings.maintenance}MAINTENANCE MODE{else} {/if}</b></font> 169 166 </td> 170 167 </tr> … … 176 173 </tr> 177 174 </table> 178 <table cellpadding='0' cellspacing='0' width='100%' >175 <table cellpadding='0' cellspacing='0' width='100%' class='headermenu'> 179 176 <tr> 180 <td class=' headermenu'>177 <td class='sub-cap-main'> 181 178 <a href='.' onclick='fontGroter(-0.1); return false' title='Decrease font-size'><img src='{$smarty.const.THEME}images/minus.gif' alt='' border='0' /></a><a href='.' onclick='fontReset(0.7); return false' title='Restore default font-sizes'><img src='{$smarty.const.THEME}images/reset.gif' hspace='2' alt='' border='0' /></a><a href='.' onclick='fontGroter(0.1); return false' title='Increase font-size'><img src='{$smarty.const.THEME}images/plus.gif' alt='' border='0' /></a> 182 179 <div id='new_posts_header' style='display:inline;'>
Note: See TracChangeset
for help on using the changeset viewer.
