|
Как размещать рекламу в Next Generation CMS |
|
|
|
1. Открыть index.php
2. Найти строку:
echo $tpl -> show($mainTemplateName);
|
заменить на : | eval (' ?' . '>' . $tpl -> show($mainTemplateName) . '<' . '?php '); |
4. Вставить код <table style="font-family:'Arial', Times, serif; font-size:10px" align="center" border="0" cellspacing="0" cellpadding="0"> <tr><td><? include('io_adv.php'); $IO_adv_code= new IO_adv_code; $IO_adv_code->HTML(); ?></td></tr></table> |
в main.tpl Вашего шаблона в самый низ до тэгов </body></html> Добавлено от Zloy |