1. PHP / Говнокод #18826

    −11

    1. 01
    2. 02
    3. 03
    4. 04
    5. 05
    6. 06
    7. 07
    8. 08
    9. 09
    10. 10
    11. 11
    12. 12
    ....
            foreach ($items as $item) {
                $title = $item['title'];
                $image = $item['image'];
                $include = include '/test.php';
                $html .=<<<EOF
                    <a class="main-usliga" style="background:url({$image}) 50%/cover no-repeat;" href="/">
                        {$include}
                        <span class="main-usliga__title">{$title}</span>
                    </a>
    EOF;
    ...

    Вот как надо))

    Запостил: tutov2013, 07 Октября 2015

    Комментарии (3) RSS

    Добавить комментарий