source: extensions/simple_themes/simple/template/pagetitle.tpl @ 13556

Last change on this file since 13556 was 13556, checked in by plg, 12 years ago

import theme Simple version 2.5.1

  • refactor code for #titrePage and add the link to switch the menu
  • fixes for comments page
  • fixes for pages where the $MENUBAR is present
File size: 269 bytes
Line 
1<div class="titrePage">
2  <span id="menuswitcher" title="{'Show/hide menu'|@translate}">Menu</span> »
3  <ul class="categoryActions">
4    <li><a href="{$U_HOME}" title="{'Home'|@translate}">{'Home'|@translate}</a></li>
5  </ul>
6  <h2>{$pagetitle|@translate}</h2>
7</div>
Note: See TracBrowser for help on using the repository browser.