Quote:
Originally Posted by gornyhuy
post the entire code block. You have mixed php and templating system stuff there and you could be fucking it up in any number of ways.
|
i just changed it to this.
it doesnt crash, but it doesnt work (display the url I want to group #2
<!-- IF app_license == "commercial" -->
<!-- IF system_enable_upgrades == "1" -->
<!-- IF loggedin_can_upgrade_account == "1" -->
<!-- IF session.group_id == "2" -->
<li>{anchor:url1="theurliwant"}</li>
<!-- ENDIF -->
<!-- ENDIF -->
<!-- ENDIF -->
<!-- ENDIF -->