0byt3m1n1-V2
Path:
/
home
/
a
/
c
/
a
/
academiac
/
www
/
[
Home
]
File: ArtxContentArchivedArticle.php.tar
home/academiac/www/templates/puntopc/classes/ArtxContentArchivedArticle.php 0000604 00000003022 15137174516 0023271 0 ustar 00 <?php defined('_JEXEC') or die; class ArtxContentArchivedArticle extends ArtxContentArticleBase { public $intro; public function __construct($component, $componentParams, $article, $articleParams) { parent::__construct($component, $componentParams, $article, $articleParams); $this->titleLink = $this->_articleParams->get('link_titles') ? JRoute::_(ContentHelperRoute::getArticleRoute($this->_article->slug, $this->_article->catslug)) : ''; $this->category = $this->_articleParams->get('show_category') ? $this->_article->category_title : ''; $this->categoryLink = $this->_articleParams->get('link_category') && $this->_article->catslug ? JRoute::_(ContentHelperRoute::getCategoryRoute($this->_article->catslug)) : ''; $this->parentCategoryLink = $this->_articleParams->get('link_parent_category') && $this->_article->parent_slug ? JRoute::_(ContentHelperRoute::getCategoryRoute($this->_article->parent_slug)) : ''; $this->intro = $this->_articleParams->get('show_intro') ? $this->_article->introtext : ''; } public function intro($intro) { return '<div class="art-article">' . JHtml::_('string.truncate', $intro, $this->_articleParams->get('introtext_limit')) . '</div>'; } } home/academiac/www/templates/nicelya/classes/ArtxContentArchivedArticle.php 0000604 00000002763 15137174620 0023234 0 ustar 00 <?php defined('_JEXEC') or die; class ArtxContentArchivedArticle extends ArtxContentArticleBase { public $intro; public function __construct($component, $componentParams, $article, $articleParams) { parent::__construct($component, $componentParams, $article, $articleParams); $this->titleLink = $this->_articleParams->get('link_titles') ? JRoute::_(ContentHelperRoute::getArticleRoute($this->_article->slug, $this->_article->catslug)) : ''; $this->category = $this->_articleParams->get('show_category') ? $this->_article->category_title : ''; $this->categoryLink = $this->_articleParams->get('link_category') && $this->_article->catslug ? JRoute::_(ContentHelperRoute::getCategoryRoute($this->_article->catslug)) : ''; $this->parentCategoryLink = $this->_articleParams->get('link_parent_category') && $this->_article->parent_slug ? JRoute::_(ContentHelperRoute::getCategoryRoute($this->_article->parent_slug)) : ''; $this->intro = $this->_articleParams->get('show_intro') ? $this->_article->introtext : ''; } public function intro($intro) { return '<div class="awp-article">' . JHtml::_('string.truncate', $intro, $this->_articleParams->get('introtext_limit')) . '</div>'; } } home/academiac/www/templates/ideas/classes/ArtxContentArchivedArticle.php 0000604 00000002763 15137175174 0022702 0 ustar 00 <?php defined('_JEXEC') or die; class ArtxContentArchivedArticle extends ArtxContentArticleBase { public $intro; public function __construct($component, $componentParams, $article, $articleParams) { parent::__construct($component, $componentParams, $article, $articleParams); $this->titleLink = $this->_articleParams->get('link_titles') ? JRoute::_(ContentHelperRoute::getArticleRoute($this->_article->slug, $this->_article->catslug)) : ''; $this->category = $this->_articleParams->get('show_category') ? $this->_article->category_title : ''; $this->categoryLink = $this->_articleParams->get('link_category') && $this->_article->catslug ? JRoute::_(ContentHelperRoute::getCategoryRoute($this->_article->catslug)) : ''; $this->parentCategoryLink = $this->_articleParams->get('link_parent_category') && $this->_article->parent_slug ? JRoute::_(ContentHelperRoute::getCategoryRoute($this->_article->parent_slug)) : ''; $this->intro = $this->_articleParams->get('show_intro') ? $this->_article->introtext : ''; } public function intro($intro) { return '<div class="awp-article">' . JHtml::_('string.truncate', $intro, $this->_articleParams->get('introtext_limit')) . '</div>'; } } home/academiac/www/templates/mw_business/classes/ArtxContentArchivedArticle.php 0000604 00000002763 15137253573 0024153 0 ustar 00 <?php defined('_JEXEC') or die; class ArtxContentArchivedArticle extends ArtxContentArticleBase { public $intro; public function __construct($component, $componentParams, $article, $articleParams) { parent::__construct($component, $componentParams, $article, $articleParams); $this->titleLink = $this->_articleParams->get('link_titles') ? JRoute::_(ContentHelperRoute::getArticleRoute($this->_article->slug, $this->_article->catslug)) : ''; $this->category = $this->_articleParams->get('show_category') ? $this->_article->category_title : ''; $this->categoryLink = $this->_articleParams->get('link_category') && $this->_article->catslug ? JRoute::_(ContentHelperRoute::getCategoryRoute($this->_article->catslug)) : ''; $this->parentCategoryLink = $this->_articleParams->get('link_parent_category') && $this->_article->parent_slug ? JRoute::_(ContentHelperRoute::getCategoryRoute($this->_article->parent_slug)) : ''; $this->intro = $this->_articleParams->get('show_intro') ? $this->_article->introtext : ''; } public function intro($intro) { return '<div class="art-article">' . JHtml::_('string.truncate', $intro, $this->_articleParams->get('introtext_limit')) . '</div>'; } }
©
2018.