mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 19:21:40 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@10318 201d5d3c-b55e-5fd7-737f-ddc643e51545
17 lines
No EOL
751 B
HTML
17 lines
No EOL
751 B
HTML
<!--%import("js/communication.js")-->
|
|
<!--%import("css/style.css")-->
|
|
|
|
|
|
<div id="communicationModule">
|
|
|
|
<!--@if($is_logged && $logged_info->menu_list && (!$member_srl || $member_srl == $logged_info->member_srl) )-->
|
|
<ul class="localNavigation">
|
|
<li class="mLeft"><img src="images/title_bg_left.gif" width="3" height="31" alt="" /></li>
|
|
<!--@foreach($logged_info->menu_list as $key => $val)-->
|
|
|
|
<li class="item <!--@if($key == $act)-->l_on<!--@end-->"><!--@if($key == $act)--><span class="l_on_left"></span><!--@end--><a href="{getUrl('act',$key)}">{Context::getLang($val)}</a></li>
|
|
<!--@end-->
|
|
|
|
<li class="mRight"><img src="images/title_bg_right.gif" width="5" height="31" alt="" /></li>
|
|
</ul>
|
|
<!--@end--> |