View Single Post
  #5  
Old 05-29-2006, 11:40 AM
 
robertjwilsoncpa robertjwilsoncpa is offline
 

Member
  
Join Date: Apr 2006
Posts: 11
 

Default

Thanks I was able to put the wording I needed in front of the Store Name, by editing the customer/home.tpl file.

www.guitaradoptions.com/store

I have another question. On my home page there is a series of Flash Files that display directly below my featured guitar image. I cannot find the reference to these files in the customer/home.tpl file. Below is a copy of my file. Do you see which file, that references the flash images?

{* $Id: home.tpl,v 1.42 2002/10/22 10:27:05 olga Exp $ *}
<html><head>
{ config_load file="$skin_config" }

<script src="/__utm.js"></script>

<TITLE>
Larrivee guitars - G L guitars - Heritage guitars - Ultrasound amps at
{if $config.SEO.page_title_format eq "A"}
{section name=position loop=$location}
{$location[position].0|escape}
{if not %position.last%} :: {/if}
{/section}
{else}
{section name=position loop=$location step=-1}
{$location[position].0|escape}
{if not %position.last%} :: {/if}
{/section}
{/if}
</TITLE>
{* <title>{$lng.txt_site_title}</title> *}
{ include file="meta.tpl" }
<link rel="stylesheet" href="{$SkinDir}/{#CSSFile#}"></head>
<body LEFTMARGIN=0 TOPMARGIN=0 RIGHTMARGIN=0 BOTTOMMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0 link="#CCCCCC" vlink="#CCCCCC" alink="#CCCCCC">
{ include file="rectangle_top.tpl" }
{ include file="head.tpl" }
{if $active_modules.SnS_connector}
{include file="modules/SnS_connector/header.tpl"}
{/if}

<table border=0 width=800 cellpadding=0 cellspacing=0 align="center" bgcolor="#FFFFFF">
<tr>
<td class=VertMenuBox width=1></td>
<td class=VertMenuBox width=130 valign=top bgcolor="#FFFFFF">
{ include file="customer/search.tpl" }
{ include file="customer/categories.tpl"}
{ include file="help.tpl" }
</td>
<td valign=top width="515" bgcolor="#FFFFFF">


{include file="location.tpl"}
{include file="customer/home_main.tpl"}

</td>
<td width=151 valign=top bgcolor="#FFFFFF"> { include file="customer/menu_cart.tpl"
}
{* BCSE Begin *}
{ include file="customer/product_rev.tpl" }



{* BCSE End *}
{if $login eq "" } { include file="auth.tpl" } {else} { include file="authbox.tpl"
} {/if}

{* Chamber of Commerce Logo *}
<center>[img]{$ImagesDir}/wlchjamber.jpg[/img]</center>
{ include file="news.tpl" }

</td>
</tr>
<tr>
<td class=VertMenuBox width="1"></td>
<td class=VertMenuBox width="130" bgcolor="#FFFFFF"></td>
<td align="center" bgcolor="#FFFFFF">
{ include file="copyright.tpl" }

</td>
<td width="151"></td>
</tr>
</table>
{ include file="rectangle_bottom.tpl" }
{literal}


[img]/store/awmmenupath.gif[/img]
<script type='text/javascript'>var MenuLinkedBy='AllWebMenus [2]', awmBN='510'; awmAltUrl='';</script>
<script src='/store/top_menu.js' language='JavaScript1.2' type='text/javascript'></script>
<script type='text/javascript'>awmBuildMenu();</script>

{/literal}
</body>
</html>
__________________
X-Cart version 4.0.13
Web server Apache/1.3.33 (Unix)
Reply With Quote