Vertical Flyout Category Menus Not Working
Hello,
I just purchased Phil Jones' Vertical Flyout Category Menus. I've gone over his instructions three times now and can't even get any categories to appear. We're running v4.0.14 and the following is the beginning of my /skin1/customer/home.tpl template:
{* $Id: home.tpl,v 1.67.2.8 2005/06/15 06:14:26 max Exp $ *}
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
{if $printable ne ''}
{include file="customer/home_printable.tpl"}
{else}
{config_load file="$skin_config"}
<HTML>
<HEAD>
<TITLE>
{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>
{ include file="meta.tpl" }
<LINK rel="stylesheet" href="{$SkinDir}/{#CSSFile#}">
<link rel="stylesheet" type="text/css" href="{$SkinDir}/v4menu2/v4menu.css">
</HEAD>
<BODY leftmargin="0" topmargin="0" rightmargin="0" bottomargin="0" marginwidth="0" marginheight="0"{if $body_onload ne ''} onload="{$body_onload}"{/if}>
{ include file="rectangle_top.tpl" }
{ include file="head.tpl" }
{if $active_modules.SnS_connector}
{include file="modules/SnS_connector/header.tpl"}
{/if}
I am noticing two LINK rel="stylesheet" commands. Is something wrong here?
Any help would be great!
__________________
X-Cart Gold 4.4.0
|