- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 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;
...
Vasiliy 07.10.2015 09:14 # +2
Lopata 07.10.2015 16:34 # +5
wvxvw 07.10.2015 17:12 # 0
Что-то родственное...