как сделать ссылку "подробнее" ведущую на шаблон карточки предприятия? ссылка - если кликнуть на название карты предприятия, а нужно в конце записи. на сайте производителя нашел: Linking to Details View (V-Card only) | link | If you want to insert a (second) link to the corresponding details view of the entry, make a link as stated below. <?php $catid = (int) sobi2Config::request($_REQUEST, 'catid', 0); $config =& sobi2Config::getInstance(); $link = sobi2Config::sef("index.php?option=com_sobi2&sobi2Task=sobi2Details& catid={$catid}&sobi2Id={$id}&Itemid={$config->sobi2Itemid}"); ?> <a href="<?php echo $link ?>">read more...</a> но у меня не работает (2.7.4 версия)