CMS  Version 3.9
article.inc File Reference

Go to the source code of this file.

Variables

 $article_id = checkNumeric($_GET["article_id"])
 
if(! $article_id) $article = new Article($article_id)
 
$page page_title = $article->title
 

Variable Documentation

◆ $article

if (! $article_id) $article = new Article($article_id)

Definition at line 44 of file article.inc.

◆ $article_id

$article_id = checkNumeric($_GET["article_id"])

Definition at line 37 of file article.inc.

◆ page_title

$page page_title = $article->title

Definition at line 46 of file article.inc.