root/branches/new-install-process/templates/navbar_home_link.tt

Revision 942, 139 bytes (checked in by kake, 22 months ago)

Split out "modules" from navbar.tt into separate templates - navbar_*.tt - to make it easier for people to change their order in a custom template.

Line 
1[% UNLESS node_param == 'Home' %]
2  <div class="navbar_site_name">
3    <a href="[% full_cgi_url %]">[% site_name %]</a>
4  </div>
5[% END %]
Note: See TracBrowser for help on using the browser.