Showing
1 changed file
with
1 additions
and
1 deletions
@@ -92,7 +92,7 @@ | @@ -92,7 +92,7 @@ | ||
92 | <i></i> | 92 | <i></i> |
93 | </a> | 93 | </a> |
94 | </li> | 94 | </li> |
95 | - <li <?php echo ($controller_name == 'onlinereg' && $action_name == 'index') ? 'class="current"':''; ?>> | 95 | + <li <?php echo ($controller_name == 'onlinereg') ? 'class="current"':''; ?>> |
96 | <a href="/onlinereg/index"> | 96 | <a href="/onlinereg/index"> |
97 | <em>ONLINEREG</em> | 97 | <em>ONLINEREG</em> |
98 | <span>在线登记</span> | 98 | <span>在线登记</span> |
-
Please register or login to post a comment