how to get page alias? [solved]

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Locked
tralli

how to get page alias? [solved]

Post by tralli »

Hi, I need to display a submenu of seminar only if the page seminar is selected, I figured I'd use something like

Code: Select all

{if $page_alias == "seminar"}
<div id="submenu">{menu template="submenu"}</div>
{/if}
but it doesn't work, how do I do this?
Locked

Return to “CMSMS Core”