Smarty Forum Index Smarty
WARNING: All discussion is moving to https://reddit.com/r/smarty, please go there! This forum will be closing soon.

Setting dynamic values...

 
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Smarty Forum Index -> General
View previous topic :: View next topic  
Author Message
kaitlyn2004
Smarty Regular


Joined: 26 Apr 2007
Posts: 47

PostPosted: Fri Apr 29, 2011 6:23 pm    Post subject: Setting dynamic values... Reply with quote

Take for example:

viewproduct.tpl
Code:
{include file="header.tpl"}
... a whole bunch of markup/logic/etc.etc. to display a product page
{include file="footer.tpl"}


Now, in header.tpl we have our <head> section. We need to set the title as well as add meta tags (i.e. keywords/description).

What is the most efficient way to do this? I was thinking somethign like:
header.tpl
Code:

< title>{$title}</title>
< meta name="description" content="{$meta_desc}" />


viewproduct.tpl
Code:
{$title="Viewing product XYZ"}
{$meta_desc="This is a nice product."}
{include file="header.tpl"}
... a whole bunch of markup/logic/etc.etc. to display a product page
{include file="footer.tpl"}


Is there a better/cleaner way...?
Back to top
View user's profile Send private message
Display posts from previous:   
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Smarty Forum Index -> General All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group
Protected by Anti-Spam ACP