Hi I hope this is a simple problem for someone to solve, where I have in my code:
<?php echo $this->lists['cats']; ?>
This will list all the categories available from my JoomGallery category table... I want to select a default category within this i.e. 'users' so when users access the front page the category 'users' will already be in the drop down box. How can I edit the code to do this?
Thanks
Ben