add cookies
This commit is contained in:
10
archive.php
10
archive.php
@@ -1,4 +1,12 @@
|
||||
<?php get_header(); ?>
|
||||
<?php get_header();
|
||||
|
||||
// Включить вывод всех ошибок
|
||||
error_reporting(E_ALL);
|
||||
ini_set('display_errors', 1);
|
||||
ini_set('display_startup_errors', 1);
|
||||
|
||||
// Ваш код...
|
||||
?>
|
||||
<div class="content-middle articles-wrapper">
|
||||
<?php get_template_part('partials/rubrics-mobile'); ?>
|
||||
<div class="section-title desktop">
|
||||
|
||||
Reference in New Issue
Block a user