• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

About controller and current page

Status
Not open for further replies.

MiPo91

Member
Joined
Mar 30, 2010
Messages
299
Reaction score
18
Location
Finland
Hello.
I've been wondering how to add pages similar style as this to 'id="current"'
Code:
<li{if $controller == "" || $controller == "home"} id="current"{/if}><a href="{$path}" >Home</a></li>

What I mean is like(not working)
Code:
<li{if $controller == "war"} id="current"{/if}><a href="{$path}/index.php/p/v/war" >War</a></li>
 
We got no method to do that. I suggest you to just make a controller instead of a page.
 
Status
Not open for further replies.
Back
Top