News:

Help keep this project going by donating or buying adseller pro

Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Topics - sortirsurendettement

#1
I everyody,

I'm trying to insert the code of ad management inside the theme ferrytema.
I followed the this tutorial : http://www.smfads.com/forums/index.php?topic=1930.0

but when I try to run the website it doesn't run...

I've got this error :

226:       echo '
227:             <td class="titlebg" height="32">
228:                   template_menu();
229:
230:    //Below the menu ads
231:    if (function_exists("show_indexAds") && function_exists("show_towerleftAds") && function_exists("show_towerrightAds"))
232:    {
233:       $ads = show_indexAds();   
234:       if(!empty($ads))

235:          if($ads['type']==0)

236:             echo $ads['content'];
237:          else
238:             eval($ads['content']);
239:       unset($ads);


Thank you for your help