Code: Select all
<?php if $account { ?>
<script>some crap here</script
<? } ?>
Please don't tell me to just insert into the account.tpl file I have a specific idea i want to try and this will help me acheive this thanks
Code: Select all
<?php if $account { ?>
<script>some crap here</script
<? } ?>
Code: Select all
<?php if (isset($this->request->get['route']) && $this->request->get['route'] == 'account/account) { ?>
Users browsing this forum: Rainforest and 17 guests