_title_ru.php 191 Bytes
Newer Older
Яков's avatar
first  
Яков committed
1
2
3
4
5
6
7
8
9
10
11
<?php
$available = $cat->getTranslation()->ru->available;

if($available)
{
    echo $cat->getTranslation()->ru->title;
}
else
{
    echo '<div class="notActive">Не активно</div>';
}