Added contact page

This commit is contained in:
amikhaylov
2026-05-15 17:20:04 +03:00
parent 9e6b6c4dcb
commit 443a745029
13 changed files with 291 additions and 7 deletions
+4
View File
@@ -0,0 +1,4 @@
<?php
return [
'images' => "/img/contacts/"
];
+1 -1
View File
@@ -13,6 +13,6 @@ return [
"band" => [ "name"=>"Состав","url"=>"band","visible"=>1 ]
],
],
"media" => ["name"=>"Медиа","url"=>"media","visible"=> 1],
"media" => ["name"=>"Медиа","url"=>"media","visible"=> 0],
"contacts" => ["name"=>"Контакты","url"=>"contacts","visible"=> 1]
];