Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

I need to know where to put the code on the main index.php


ehagglebids

Recommended Posts

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

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...