Changeset 2062 in ExiteCMS for themes/public/Hobugt/php-files/themes/Hobugt/templates/templates/_header.tpl
- Timestamp:
- 11/20/08 17:02:24 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
themes/public/Hobugt/php-files/themes/Hobugt/templates/templates/_header.tpl
r2059 r2062 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 style='font-size:1.4em;font-weight:bold;'> 159 <td colspan='2' align='right'> 160 {$smarty.now|date_format:"subheaderdate"} 161 161 </td> 162 162 </tr> 163 <tr style='height:55px'> 163 <tr> 164 <td align='left'> 165 <font size='6'><b>{$settings.sitename}</b></font> 166 </td> 164 167 <td align='right'> 165 168 {if $settings.maintenance} 166 <br /> 167 <font size='6' color='{$settings.maintenance_color}'><b>MAINTENANCE </b></font> 169 <font size='6' color='{$settings.maintenance_color}'><b>MAINTENANCE</b></font> 168 170 {/if} 171 </td> 172 </tr> 173 <tr> 174 <td align='left'> 175 <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> 176 <div id='new_posts_header' style='display:inline;'> 177 {if $new_posts} 178 <a href='{$smarty.const.BASEDIR}modules/forum_threads_list_panel/new_posts.php'><img src='{$smarty.const.THEME}images/newposts.gif' height='9' alt='{$locale.028}' /></a> 179 {/if} 180 </div> 181 </td> 182 <td align='right' class='headermenu'> 183 <div id='new_pm_header' style='display:inline;'> 184 {if $new_pm} 185 <a href='{$smarty.const.BASEDIR}pm.php?action=show_new'><img src='{$smarty.const.THEME}images/newmsgs.gif' height='9' alt='' /></a> 186 {/if} 187 </div> 188 {section name=index loop=$headermenu} 189 {if $smarty.section.index.first} {else} ·{/if} <a href='{$headermenu[index].link_url}' {if $headermenu[index].link_window == 1}target='_blank' {/if}><span class='headermenuitem'>{$headermenu[index].link_name}</span></a> 190 {/section} 169 191 </td> 170 192 </tr> … … 176 198 </tr> 177 199 </table> 178 <table cellpadding='0' cellspacing='0' width='100%'>179 <tr>180 <td class='headermenu'>181 <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 <div id='new_posts_header' style='display:inline;'>183 {if $new_posts}184 <a href='{$smarty.const.BASEDIR}modules/forum_threads_list_panel/new_posts.php'><img src='{$smarty.const.THEME}images/newposts.gif' height='9' alt='{$locale.028}' /></a>185 {/if}186 </div>187 <div id='new_pm_header' style='display:inline;'>188 {if $new_pm}189 <a href='{$smarty.const.BASEDIR}pm.php?action=show_new'><img src='{$smarty.const.THEME}images/newmsgs.gif' height='9' alt='' /></a> 190 {/if}191 </div>192 {section name=index loop=$headermenu}193 {if $smarty.section.index.first} {else} ·{/if} <a href='{$headermenu[index].link_url}' {if $headermenu[index].link_window == 1}target='_blank' {/if}><span class='headermenuitem'>{$headermenu[index].link_name}</span></a>194 {/section}195 </td>196 <td align='right' class='sub-cap-main'>197 {$smarty.now|date_format:"subheaderdate"} 198 </td>199 </tr>200 </table>201 200 </td> 202 201 </tr>
Note: See TracChangeset
for help on using the changeset viewer.
