suski wrote:
QUOTE:
This is the idea of the template. Frontpage will have an image, other pages will have more space for content.
If you want the mainpic for all pages, you need to modify the template code in templates/simplify/index.php.
Uncomment the line
<?php if($front==1){ // first page ?>
and the closing if tag for this, and image will be available for all pages.
ive tried doing the opposite, not showing the main pic on the other pages, but it seems to give me an error.
Also my default was showing the main pic in all the pages.
Is there a way to show the main pic only on the frontpage?