Тестовый вывод фидов с категориями

parent 79b7ad5b
upstream addcpm-backend { upstream addcpm-backend {
server php:9000; server php-cabinet:9000;
} }
server { server {
listen 80; listen 80;
......
version: '2' version: '2'
services: services:
php: php-cabinet:
build: ./_images/fpm build: ./_images/fpm
volumes: volumes:
- /etc/localtime:/etc/localtime:ro - /etc/localtime:/etc/localtime:ro
......
...@@ -56,6 +56,12 @@ if (!$error) { ...@@ -56,6 +56,12 @@ if (!$error) {
<?php else: ?> <?php else: ?>
<div style="display: none;">
<?php print_r($feeds_cats)?>
</div>
<section class="b-content__work"> <section class="b-content__work">
<div class="wrapp" style="position: relative; margin-bottom: 10px;"> <div class="wrapp" style="position: relative; margin-bottom: 10px;">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment