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
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


