Лучший Ответ Cheren-dow , 14 December 2015 - 12:19
nikolia, вы не понимаете принцип работы php, используйте:
<?php /** * JBZoo App is universal Joomla CCK, application for YooTheme Zoo component * * @package jbzoo * @version 2.x Pro * @author JBZoo App http://jbzoo.com * @copyright Copyright (C) JBZoo.com, All rights reserved. * @license http://jbzoo.com/license-pro.php JBZoo Licence * @coder Denis Smetannikov <denis@jbzoo.com> */ // no direct access $document = JFactory::getDocument(); $desc = $this->app->jbstring->cutByWords(strip_tags(trim($this->renderPosition('meta-description'))), 250); $document->setMetadata('description', $desc); $document->setMetadata('keywords', strip_tags(trim($this->renderPosition('meta-keywords')))); $align = $this->app->jbitem->getMediaAlign($item, $layout); $tabsId = $this->app->jbstring->getId('tabs'); ?>Перейти к сообщению