View Single Post
  #1  
Old 12-06-2010, 07:27 AM
 
crzy4prple crzy4prple is offline
 

Member
  
Join Date: Sep 2010
Posts: 21
 

Default Frontpage Slideshow

I'm trying to install this... I followed what it said in this thread, but it's not working... http://forum.x-cart.com/showthread.php?t=46660

here's what I have.. .

Code:
{* $Id: welcome.tpl,v 1.1.2.2 2010/08/09 06:39:52 aim Exp $ vim: set ts=2 sw=2 sts=2 et: *} {if $display_greet_visitor_name} <h1>{$lng.lbl_welcome_back|substitute:"name":$display_greet_visitor_name} </h1> {elseif $lng.lbl_site_title} <h1>{$lng.lbl_welcome_to|substitute:"company":$lng.lbl_site_title|amp}</h1> {else} <h1>{$lng.lbl_welcome_to|substitute:"company":$config.Company.company_name|amp}</h1> {/if} {$lng.txt_welcome}<br /> {php} // 1. Enter the name of your slideshow $slideshow = "black_friday"; // 2. Enter your site's URL (without trailing slash) $siteURL = "http://7thheavendesigns.com/shop"; // e.g. http://www.site.com or http://www.site.com/folder if your site is in a subfolder // 3. Enter the absolute path of your site on the server (without trailing slash) $sitePath = "/home2/sevthhea/public_html/shop"; // e.g. /home/user/public_html or /home/user/public_html/folder if your site is located in a subfolder // Include the slideshow include_once($sitePath."/fpss/fpss.php"); // DO NO EDIT THIS LINE {/php} {if $active_modules.Bestsellers and $config.Bestsellers.bestsellers_menu ne "Y"} {include file="modules/Bestsellers/bestsellers.tpl"}<br /> {/if} {include file="customer/main/featured.tpl"}
__________________
Anne

(4.4.1/4.2.3/4.4.2)
Reply With Quote