[SOLVED] Determine whether frontpage or not, border only if not frontpage - Joomla! Forum - community, help and support


hi,
i'm working on template site http://www.romanceculture.com.
if go on there you'll see grey border arround contents. did putting code index.php.
that has problem though. since in main index.php content beeing rendered border.
however frontpage beeing rendered frame.

is there way determine whether on frontpage? $globals variable check?
or going wrong way , there's better approach achieve this?

cheers,
vinh

hi vinh,

this code should need:

code: select all

<?php if ($option == 'com_frontpage' ) { ?>
do this
<?php } else { ?>
do instead
<?php } ?>
 


hope helps,

waseem





Comments

Popular posts from this blog

Valutazione Template - Joomla! Forum - community, help and support

SD Datastring Convention

First use of Arduino Uno : avrdude error on Blink uploading