News:

Version 3.5 has been released. Visit https://custom.simplemachines.org/mods/index.php?mod=255 to get the most up to date version.

Main Menu
Coinbase

Anecdota Theme.

Started by toofaan, July 18, 2008, 05:20:19 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

toofaan

hi.
i am using Anecdota theme + smf 1.1.15
How edit theme for shown ad?

toofaan

Quote from: toofaan on July 18, 2008, 05:20:19 AM
hi.
i am using Anecdota theme + smf 1.1.15
How edit theme for shown ad?
Please help me.

toofaan

QuoteCode:

<body>';


After that add:

Code:

   //Display ads on the top of the page
   if (function_exists("show_topofpageAds"))
   {
      $ads = show_topofpageAds();   
      if(!empty($ads))
         if($ads['type']==0)
            echo $ads['content'];
         else
            eval($ads['content']);   
      unset($ads);
   }
i can not find <body>'; .

toofaan


Digitaldude400d

I too have had the same problem using the same set up. Is ther anyone who can help?

Jere