AAAAPK ît>\¤a Ð- - featured/index.htmlnu W+A„¶
PK ît>\®)ÕÐ featured/.htaccessnu W+A„¶
Order allow,deny
Deny from all
PK ît>\1¬¢\ \ featured/default_item.phpnu W+A„¶ params);
$article = $component->article('featured', $this->item, $this->item->params);
$params = $article->getArticleViewParameters();
if (strlen($article->title)) {
$params['header-text'] = $this->escape($article->title);
if (strlen($article->titleLink))
$params['header-link'] = $article->titleLink;
}
// Change the order of "if" statements to change the order of article metadata header items.
if (strlen($article->created))
$params['metadata-header-icons'][] = "" . $article->createdDateInfo($article->created) . "";
if (strlen($article->modified))
$params['metadata-header-icons'][] = "" . $article->modifiedDateInfo($article->modified) . "";
if (strlen($article->published))
$params['metadata-header-icons'][] = "" . $article->publishedDateInfo($article->published) . "";
if (strlen($article->author))
$params['metadata-header-icons'][] = "" . $article->authorInfo($article->author, $article->authorLink) . "";
if ($article->printIconVisible)
$params['metadata-header-icons'][] = $article->printIcon();
if ($article->emailIconVisible)
$params['metadata-header-icons'][] = $article->emailIcon();
if ($article->editIconVisible)
$params['metadata-header-icons'][] = $article->editIcon();
if (strlen($article->hits))
$params['metadata-header-icons'][] = $article->hitsInfo($article->hits);
// Build article content
$content = '';
if (!$article->introVisible)
$content .= $article->event('afterDisplayTitle');
$content .= $article->event('beforeDisplayContent');
$content .= $article->intro($article->intro);
if (strlen($article->readmore))
$content .= $article->readmore($article->readmore, $article->readmoreLink);
$content .= $article->event('afterDisplayContent');
$params['content'] = $content;
// Change the order of "if" statements to change the order of article metadata footer items.
if (strlen($article->category))
$params['metadata-footer-icons'][] = ""
. $article->categories($article->parentCategory, $article->parentCategoryLink, $article->category, $article->categoryLink)
. "";
// Render article
echo $article->article($params);
PK ît>\ëY^} } featured/default.phpnu W+A„¶ params);
echo $view->beginPageContainer('blog-featured');
if (strlen($view->pageHeading))
echo $view->pageHeading();
$leadingcount = 0;
if (!empty($this->lead_items)) {
echo '';
foreach ($this->lead_items as $item) {
echo '
';
$this->item = $item;
echo $this->loadTemplate('item');
echo '
';
$leadingcount++;
}
echo '
';
}
$introcount = count($this->intro_items);
$counter = 0;
if (!empty($this->intro_items)) {
foreach ($this->intro_items as $key => $item) {
$key = ($key - $leadingcount) + 1;
$rowcount = (((int)$key - 1) % (int)$this->columns) + 1;
$row = $counter / $this->columns;
if ($rowcount == 1)
echo '';
echo '
';
$this->item = $item;
echo $this->loadTemplate('item');
echo '
';
$counter++;
if ($rowcount == $this->columns || $counter == $introcount)
echo '
';
}
}
if (!empty($this->link_items)) {
ob_start();
echo '' . $this->loadTemplate('links') . '
';
echo artxPost(ob_get_clean());
}
if ($this->params->def('show_pagination', 2) == 1
|| ($this->params->get('show_pagination') == 2
&& $this->pagination->get('pages.total') > 1))
{
ob_start();
echo '';
echo artxPost(ob_get_clean());
}
echo $view->endPageContainer();
PK ît>\&£} } article/default.phpnu W+A„¶ params);
$article = $component->article('article', $this->item, $this->item->params, array('print' => $this->print));
echo $component->beginPageContainer('item-page');
if (strlen($article->pageHeading))
echo $component->pageHeading($article->pageHeading);
$params = $article->getArticleViewParameters();
if (strlen($article->title)) {
$params['header-text'] = $this->escape($article->title);
if (strlen($article->titleLink))
$params['header-link'] = $article->titleLink;
}
// Change the order of "if" statements to change the order of article metadata header items.
if (strlen($article->created))
$params['metadata-header-icons'][] = "" . $article->createdDateInfo($article->created) . "";
if (strlen($article->modified))
$params['metadata-header-icons'][] = "" . $article->modifiedDateInfo($article->modified) . "";
if (strlen($article->published))
$params['metadata-header-icons'][] = "" . $article->publishedDateInfo($article->published) . "";
if (strlen($article->author))
$params['metadata-header-icons'][] = "" . $article->authorInfo($article->author, $article->authorLink) . "";
if ($article->printIconVisible)
$params['metadata-header-icons'][] = $article->printIcon();
if ($article->emailIconVisible)
$params['metadata-header-icons'][] = $article->emailIcon();
if ($article->editIconVisible)
$params['metadata-header-icons'][] = $article->editIcon();
if (strlen($article->hits))
$params['metadata-header-icons'][] = $article->hitsInfo($article->hits);
// Build article content
$content = '';
if (!$article->introVisible)
$content .= $article->event('afterDisplayTitle');
$content .= $article->event('beforeDisplayContent');
if (strlen($article->toc))
$content .= $article->toc($article->toc);
if (strlen($article->text))
$content .= $article->text($article->text);
if ($article->introVisible)
$content .= $article->intro($article->intro);
if (strlen($article->readmore))
$content .= $article->readmore($article->readmore, $article->readmoreLink);
$content .= $article->event('afterDisplayContent');
$params['content'] = $content;
// Change the order of "if" statements to change the order of article metadata footer items.
if (strlen($article->category))
$params['metadata-footer-icons'][] = ""
. $article->categories($article->parentCategory, $article->parentCategoryLink, $article->category, $article->categoryLink)
. "";
// Render article
echo $article->article($params);
echo $component->endPageContainer();
PK ît>\®)ÕÐ article/.htaccessnu W+A„¶
Order allow,deny
Deny from all
PK ît>\É#o, , article/index.htmlnu W+A„¶ PK ît>\®)ÕÐ .htaccessnu W+A„¶
Order allow,deny
Deny from all
PK ît>\*!. archive/default_items.phpnu W+A„¶ params);
?>
items as $i => $item) : ?>
-
article('archive', $item, $this->params);
$params = $article->getArticleViewParameters();
if (strlen($article->title)) {
$params['header-text'] = $this->escape($article->title);
if (strlen($article->titleLink))
$params['header-link'] = $article->titleLink;
}
// Change the order of "if" statements to change the order of article metadata header items.
if (strlen($article->created))
$params['metadata-header-icons'][] = "" . $article->createdDateInfo($article->created) . "";
if (strlen($article->modified))
$params['metadata-header-icons'][] = "" . $article->modifiedDateInfo($article->modified) . "";
if (strlen($article->published))
$params['metadata-header-icons'][] = "" . $article->publishedDateInfo($article->published) . "";
if (strlen($article->author))
$params['metadata-header-icons'][] = "" . $article->authorInfo($article->author, $article->authorLink) . "";
if (strlen($article->hits))
$params['metadata-header-icons'][] = $article->hitsInfo($article->hits);
// Build article content
$content = '';
if (strlen($article->intro))
$content .= $article->intro($article->intro);
$params['content'] = $content;
// Change the order of "if" statements to change the order of article metadata footer items.
if (strlen($article->category))
$params['metadata-footer-icons'][] = ""
. $article->categories($article->parentCategory, $article->parentCategoryLink, $article->category, $article->categoryLink)
. "";
// Render article
echo $article->article($params);
?>
PK ît>\®)ÕÐ archive/.htaccessnu W+A„¶
Order allow,deny
Deny from all
PK ît>\AÞS