newteks Posted June 22, 2013 Share Posted June 22, 2013 Hello, I have created my first custom page here http://newteks.gr/nt-webdesign-dynamicbasic.php?systpl=newteks in the .tpl file I have a right div with all the info you see in Greek. the left div will contain many TPL files that I will can in the right order. How I can display TPL files that I create on the left DIV of that page ? thanks Kostas 0 Quote Link to comment Share on other sites More sharing options...
robb3369 Posted June 22, 2013 Share Posted June 22, 2013 You can use an include file: {include file='left_div.tpl'} Reference: http://www.smarty.net/docsv2/en/language.function.include 0 Quote Link to comment Share on other sites More sharing options...
newteks Posted June 22, 2013 Author Share Posted June 22, 2013 (edited) I added this line <div style="float:left; width:173px; height:500px;">{include file='../templates/newteks/modules/box_dynamic_basic.tpl'}</div> AND IT WORKS thanks Edited June 22, 2013 by newteks wrong reply 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.