Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls
 

Location of $title

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design
 
Thread Tools Search this Thread
  #1  
Old 04-15-2008, 06:01 PM
 
luxor luxor is offline
 

Senior Member
  
Join Date: Apr 2007
Posts: 120
 

Default Location of $title

While working with dialog.tpl, I notice there is {$title} which is loading the current category name on top of my category pages. Now I'm trying to manipulate this and not show a $title if its a certain category , but can not find the code that actually defines the $title on the php and smarty side.
__________________
v4.1.8 GOLD
Reply With Quote
  #2  
Old 04-15-2008, 06:19 PM
  kube's Avatar 
kube kube is offline
 

X-Adept
  
Join Date: Sep 2005
Location: London: a small place East of Wales
Posts: 529
 

Default Re: Location of $title

Hi Luxor,

There are a few ways as to how a title can be formed, in x-cart it is commonly done through an {include}

Take skin1/customer/main/subcategories.tpl for an example, near the bottom of the code you'll find...

{include file="dialog.tpl" title=$current_category.category content=$smarty.capture.dialog extra='width="100%"'}

Above, the title variable has been created with a value of $current_category.category (Or, in other words, a newly created title variable has now been populated with the current category).

And also note, $content is passed from a {capture} too

Try pasting this somewhere for a quick example...
{include file="dialog.tpl" title="I'm a title" content="nice!" extra='width="100%"'}


Hope this helps.
__________________
Doms
kube v4.1.9
Reply With Quote
  #3  
Old 04-15-2008, 09:34 PM
 
luxor luxor is offline
 

Senior Member
  
Join Date: Apr 2007
Posts: 120
 

Default Re: Location of $title

yup got it thanks
__________________
v4.1.8 GOLD
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 11:00 AM.

   

 
X-Cart forums © 2001-2020