Advertisement
Guest User

404

a guest
Oct 23rd, 2014
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.35 KB | None | 0 0
  1.         <?if ($_SERVER['SCRIPT_NAME'] != "/index.php") {?>
  2.             <? if (defined('ERROR_404') && ERROR_404 != 'Y') { ?>
  3.                 <div class="breadcrumb">
  4.                     <?$APPLICATION->IncludeComponent("bitrix:breadcrumb", "breadcrumb", array(
  5.                         "START_FROM" => "0",
  6.                         "PATH" => "",
  7.                         "SITE_ID" => "-"
  8.                         ),
  9.                         false
  10.                     );?>
  11.                 </div>
  12.             <? } ?>
  13.         <? } ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement