Jump to content

question about smarty templates


sudhakararaog

Recommended Posts

i have 3 template folders called template1 template2 and template3

 

in the index.php file when i use the following and access

http://localhost everything works fine and i am able to display the value of variables defined in index.php

 

$smarty->template_dir = 'c:/wamp/www/smarty/templates';

 

 

however when i change to

$smarty->template_dir = 'c:/wamp/www/smarty/templates/template1';

or

$smarty->template_dir = 'c:/wamp/www/smarty/templates/template2';

or

$smarty->template_dir = 'c:/wamp/www/smarty/templates/template3';

 

and when i access http://localhost i am getting the output of

$smarty->template_dir = 'c:/wamp/www/smarty/templates'; where as i have made a small chane in the index.tpl for template1,2and 3 a simple line = template 1 and then followed by displaying the value of variables

 

 

why am i getting the output of

$smarty->template_dir = 'c:/wamp/www/smarty/templates/templates';

 

when i am changing the $smarty to

$smarty->template_dir = 'c:/wamp/www/smarty/templates/template1';

 

i have cleared the cache and also tried

http://localhost?clearcache=1 and

http://localhost?clearall=1

 

however i still see the output of

$smarty->template_dir = 'c:/wamp/www/smarty/templates/templates';

 

please advice.

 

thanks.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.