| @@ 140-144 (lines=5) @@ | ||
| 137 | } |
|
| 138 | ||
| 139 | // Рейтинг |
|
| 140 | if (xoops_getModuleOption('userat', 'instruction')) { |
|
| 141 | $xoopsTpl->assign('insUserat', true); |
|
| 142 | } else { |
|
| 143 | $xoopsTpl->assign('insUserat', false); |
|
| 144 | } |
|
| 145 | ||
| 146 | // Подвал |
|
| 147 | include_once $GLOBALS['xoops']->path('footer.php'); |
|
| @@ 174-178 (lines=5) @@ | ||
| 171 | $xoopsTpl->assign('lang_menu', _MD_INSTRUCTION_MENU); |
|
| 172 | ||
| 173 | // Рейтинг |
|
| 174 | if (xoops_getModuleOption('userat', 'instruction')) { |
|
| 175 | $xoopsTpl->assign('insUserat', true); |
|
| 176 | } else { |
|
| 177 | $xoopsTpl->assign('insUserat', false); |
|
| 178 | } |
|
| 179 | ||
| 180 | // Мета теги |
|
| 181 | $xoTheme->addMeta('meta', 'keywords', $objInspage->getVar('keywords')); |
|