ehagglebids Posted February 6, 2010 Share Posted February 6, 2010 Hello, I am trying to add a slide show to my site. I need to know where to put the code/script on the main index.php file so it only show on the index page and not every where. Please see demo site work in progress http://www.devicecity.ws/ right now I have it showing on the index.php but it also shows on all pages and categories. I only edited the index.php file. Thanks Hope this makes scences Lexxie :blink: Link to comment Share on other sites More sharing options...
germ Posted February 6, 2010 Share Posted February 6, 2010 Hello, I am trying to add a slide show to my site. I need to know where to put the code/script on the main index.php file so it only show on the index page and not every where. Please see demo site work in progress http://www.devicecity.ws/ right now I have it showing on the index.php but it also shows on all pages and categories. I only edited the index.php file. Thanks Hope this makes scences Lexxie :blink: I believe this will work: <?php if ( ( basename($PHP_SELF) == FILENAME_DEFAULT ) && ( $cPath == '' ) ) { ?> ******** YOUR SLIDESHOW CODE GOES HERE ******** <?php } ?> If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there > Link to comment Share on other sites More sharing options...
dominik1592 Posted February 6, 2010 Share Posted February 6, 2010 The contents of the first page you can change the: [path to catalog]/includes/languages/english/index.php next: define('TEXT_MAIN','YOUR TEXT'); Link to comment Share on other sites More sharing options...
ehagglebids Posted February 6, 2010 Author Share Posted February 6, 2010 I believe this will work: <?php if ( ( basename($PHP_SELF) == FILENAME_DEFAULT ) && ( $cPath == '' ) ) { ?> ******** YOUR SLIDESHOW CODE GOES HERE ******** <?php } ?> Yes Yes YEs it works thanks so much Lexxie B) Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.