git-svn-id: http://xe-core.googlecode.com/svn/trunk@341 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-03-08 09:17:22 +00:00
parent f24301e7c7
commit aa6f3b6bf6
3 changed files with 9 additions and 5 deletions

View file

@ -11,7 +11,9 @@
{$content}
<div style="margin-top:20px;">
<!--@foreach($bottom_menu->list as $key => $val)-->
<a href="#" onclick="location.href='{$val['url']}';return false;">{$val['text']}</a>
<span <!--@if($zbfe_url==$val['url'])-->style="font-weight:bold;"<!--@end-->>
<a href="#" onclick="location.href='{$val['href']}';return false;">{$val['text']}</a>
</span>
<!--@end-->
</div>
</div>