Added <span> around menu items for FIR.
authorrich <rich>
Tue, 26 Oct 2004 11:05:19 +0000 (11:05 +0000)
committerrich <rich>
Tue, 26 Oct 2004 11:05:19 +0000 (11:05 +0000)
**NB** Same change must be made in all the other template files.  This
will fall apart as soon as someone clicks to any of the other pages.

templates/page.html

index d46ac5e..7f0e9f9 100644 (file)
 
 <div id="menu_div">
 <ul id="bottommenu" class="menu">
-<li id="index_li" class="first"> ::if(is_homepage)::::else::<a href="/">::end::Home&nbsp;page::if(is_homepage)::::else::</a>::end:: </li>
-::table(sitemenu)::<li id="::url::_li"> ::if(is_linked)::<a href="/::url_html_tag::">::end::::label_html::::if(is_linked)::</a>::end:: </li>
+<li id="index_li" class="first"> ::if(is_homepage)::::else::<a href="/">::end::<span>Home&nbsp;page</span>::if(is_homepage)::::else::</a>::end:: </li>
+::table(sitemenu)::<li id="::url::_li"> ::if(is_linked)::<a href="/::url_html_tag::">::end::<span>::label_html::</span>::if(is_linked)::</a>::end:: </li>
 ::end::
-<li id="sitemap_li"> <a href="/_sitemap">Sitemap</a> </li>
+<li id="sitemap_li"> <a href="/_sitemap"><span>Sitemap</span></a> </li>
 </ul>
 
 <ul id="editmenu" class="menu">