Jump to content

adding a new code.


Obad500

Recommended Posts

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

 

Link to comment
https://forums.phpfreaks.com/topic/283416-adding-a-new-code/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.