Просмотр файла template/foot.php
- <?
- include_once '../system/inc/basic_settings.php';
- if($brodilka=="wap")
- {
- include H."template/shcms_wap/foot.php";
- }
- elseif($brodilka == "web")
- {
- include H."template/shcms_web/foot.php";
- }
- ?>
- <?
- include_once '../system/inc/basic_settings.php';
- if($brodilka=="wap")
- {
- include H."template/shcms_wap/foot.php";
- }
- elseif($brodilka == "web")
- {
- include H."template/shcms_web/foot.php";
- }
- ?>