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

passing var 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
WoWWoW
Smarty n00b


Joined: 20 Apr 2003
Posts: 4

PostPosted: Sun Apr 20, 2003 10:33 am    Post subject: passing var values.... Reply with quote

ok, this might be a silly question...but i gonna ask anyway. Embarassed

i got a file index.php which refers to the template index.tpl.
in index.tpl, i got several include file... header.tpl, navi.tpl and etc...
for example, in navi.tpl i got a variable call $nav1, how to I assign a value to $nav1 via index.php??

another question, is there a way for me to change the include file dynamically? for example... include file=header.tpl...change it to include file=header2.tpl. I tried putting a variable there like.... {include file="$heads.tpl" }, then using assign(blabla...) from index.php.... but somehow, the value didnt get through.

plz help... i'm very new to smarty, php and stuff... just a college student trying to finish an assignment. Confused
Back to top
View user's profile Send private message
messju
Administrator


Joined: 16 Apr 2003
Posts: 3336
Location: Oldenburg, Germany

PostPosted: Sun Apr 20, 2003 10:51 am    Post subject: Reply with quote

1.
$smarty->assign('nav1', $value);

2.
include file="$heads.tpl" } should work in Smarty-2.5.0 when $heads was assigned correctly.

in Smarty-2.4.2 the ".tpl" will be bound to $heads: smarty thinks you want to access the *array* $header['tpl'] . you can work around this with:
{include file=$heads|string_format:"%s.tpl"}

HTH
messju
Back to top
View user's profile Send private message Send e-mail Visit poster's website
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