![]() |
CMS
Version 3.9
|
Go to the source code of this file.
Variables | |
$identifier = $_GET["blog"] | |
$blog = Blog::findByIdentifier($identifier) | |
$articles = $blog->Articles("WHERE published=1 ORDER BY created_date {$blog->default_article_order}") | |
$articles = $blog->Articles("WHERE published=1 ORDER BY created_date {$blog->default_article_order}") |
Definition at line 40 of file recent_articles.inc.
$blog = Blog::findByIdentifier($identifier) |
Definition at line 38 of file recent_articles.inc.
$identifier = $_GET["blog"] |
Definition at line 36 of file recent_articles.inc.