Blame view
catalog/sidebar.php
966 Bytes
2fe1e5ce8 Первый коммит на ... |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 |
<?if(!defined("B_PROLOG_INCLUDED") || B_PROLOG_INCLUDED!==true)die();?> <div class="bx-sidebar-block"> <?$APPLICATION->IncludeComponent( "bitrix:main.include", "", Array( "AREA_FILE_SHOW" => "file", "PATH" => SITE_DIR."include/socnet_sidebar.php", "AREA_FILE_RECURSIVE" => "N", "EDIT_MODE" => "html", ), false, Array('HIDE_ICONS' => 'Y') );?> </div> <div class="bx-sidebar-block"> <?$APPLICATION->IncludeComponent( "bitrix:main.include", "", Array( "AREA_FILE_SHOW" => "file", "PATH" => SITE_DIR."include/about.php", "AREA_FILE_RECURSIVE" => "N", "EDIT_MODE" => "html", ), false, Array('HIDE_ICONS' => 'N') );?> </div> <div class="bx-sidebar-block"> <?$APPLICATION->IncludeComponent( "bitrix:main.include", "", Array( "AREA_FILE_SHOW" => "file", "PATH" => SITE_DIR."include/info.php", "AREA_FILE_RECURSIVE" => "N", "EDIT_MODE" => "html", ), false, Array('HIDE_ICONS' => 'N') );?> </div> |