[show_to accesslevel=’spar’]
<?php
echo “This is a spar user”;
http_redirect(“spar-test”); ?>
[/show_to]
[show_to accesslevel=’rentokill’]
redirect to rentokill page
[/show_to]
[show_to accesslevel=’spar’]
<?php
echo “This is a spar user”;
http_redirect(“spar-test”); ?>
[/show_to]
[show_to accesslevel=’rentokill’]
redirect to rentokill page
[/show_to]
Comments are closed.