Site templates
|
|
The site template is a group of PHP and CSS files (
All templates are stored in directory A common site design usually includes three main parts:
Each part of template is stored in separate files:
Assembling of typical page is implemented by uniting header and footer parts of the site design with work (main) area. In the general case a site page has the following structure: <?
require($_SERVER["DOCUMENT_ROOT"]."/bitrix/header.php");
$APPLICATION->SetTitle("Bitrix Site Manager 5.0");
?>
Main part
<?
require($_SERVER["DOCUMENT_ROOT"]."/bitrix/footer.php");
?>
Templates managenent | Mô tả khóa học | Site template management |
