2010-11-27, 20:54:50
@Live
Insert something like this in your template.php
Insert something like this in your template.php
Code:
<?php
if (return_page_slug()=='index') {
echo 'Hello, this is the index page!';
}
?>