Obad500 Posted October 29, 2013 Share Posted October 29, 2013 Hello guys,I need a small help here. So, i want to add the code below to one of the pages in my website. <div class="left_menu"> {include 'myaccount/leftmenu.tpl'} </div> This is the page that I want modify: <div class="wrapper"> <div class="containerU"> <div class="container"> <h4>{php}echo WATCHED_AUCTIONS;{/php}</h4> <ul class="auction_item_h"> {include file="myaccount/live_auction_list.tpl"} </ul> {include file="include/pagination.tpl"} </div> </div> </div> I tried to add it many times, but there are errors show up and the page became not organized.Thank you in advance Quote Link to comment Share on other sites More sharing options...
Ch0cu3r Posted October 29, 2013 Share Posted October 29, 2013 What you have posted is nothing to do with PHP. That is some form of template code for third party PHP script. What is this script your are using? Quote Link to comment Share on other sites More sharing options...
Obad500 Posted October 29, 2013 Author Share Posted October 29, 2013 It's a smarty template 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.