Hello i new to smarty
and i am creating simple php application with using smarty
i have file header, left ,body, and footer.
main index.php and
tpl file in templates folder containig templates.tpl other design tpl
i am calling in templates.tpl in index.php
index file contains url encode code.
i have also folder shop which have shop.php and same with other menu ...
i have configured smarty well but not succeed?
i have menu in header and left
when i click in menu than it will be not display the content in only body part
exa: header and left part has menu like home, contact us , shop and etc ..... i want click content in body part and header left and footer as usual through the all pages?
if i click on shop it will be display in new file and which containing the urlencode which shows in browser ?
i hope you understand my question ?