View Single Post
  #13  
Old 06-15-2007, 01:03 AM
 
NickC NickC is offline
 

Senior Member
  
Join Date: May 2007
Posts: 134
 

Default Re: How do I change the actual text displayed on my login pages?

Hi

Hope this might point me in right direction...I have posted PHP file below, still not sure what i am looking for. Is there something below which I need to locate to alter text. Thanks for help so far and sharing tips, just godda keep learning..

<?php
require "./auth.php";
require $xcart_dir."/include/categories.php";
if($active_modules["Manufacturers"])
include $xcart_dir."/modules/Manufacturers/customer_manufacturers.php";
if(!defined('XCART_SESSION_START')){ header("Location: ../../"); die("Access denied");}
$location[] = array(func_get_langvar_by_name("lbl_links"), "links.php");
$smarty->assign("links",$links);
$smarty->assign("main","links");
$smarty->assign("location", $location);
$smarty->assign("products",$products);
func_display("customer/home.tpl",$smarty);

Cheers

Nick
__________________
4.1.9
X-Magnifier
X-FAQ's Manager
Skin-'Fashion Mosaic'
Links Manager
Meta Tag Pro
A-O-M
RSS Feed
SnS Live Help
Marketing Manager Pro
Banner Manager
Reply With Quote