Web Hosting Talk







View Full Version : Template Files


dale1991
07-29-2006, 05:39 PM
Hey,
I've just started using an php template engine and my site is rather large so there is quite a large amout of template file, does anyone know where i can keep them all? maybe its own templates file?

submenu
07-30-2006, 04:57 PM
I assume you are using smarty?

If so, you can put them all inside a folder and set the appropriate folder after defining the smarty object:

$smarty->template_dir = '/home/username/public_html/templates';

dale1991
07-30-2006, 05:51 PM
Yes but i have multiplule sub-domains sould i have a folder for each one or for the whole site?

submenu
07-30-2006, 08:12 PM
It doesn't technically matter, it's all based on how you wish to organize it

Mark S
07-30-2006, 08:16 PM
It doesn't technically matter, it's all based on how you wish to organize it
Right... so what's your question, Cimyz?