Initial commit
This commit is contained in:
6
playarea/templates/404.php
Normal file
6
playarea/templates/404.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php $this->ls_set_key("breadcrumbs", array(array("Страница не найдена", ""))); ?>
|
||||
<?php $b->title_set("Страница не найдена"); ?>
|
||||
<?php $this->template_load("head.php"); ?>
|
||||
<?php $this->template_load("header.php"); ?>
|
||||
<?php $this->template_load("404/catalog.php"); ?>
|
||||
<?php $this->template_load("footer.php"); ?>
|
||||
Reference in New Issue
Block a user