[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

Error: ‘for’ loop initial declarations are only allowed in C99 or C11 mode - Raspberry Pi Forums

class MPU6050 has no member named begin

missing filename after '-o'