Posted by Arkrep on October 10, 2011 at 11:40pm
I'm looking for some help with creating a custom zone.tpl.php..
Is possible to print each region separately?
So rather than just using
<?php
print $content;
?><?php
print $content['user left'];
?>