5.10. Publication System

Top  Previous  Next

print_article.tpl

Local variables:

o

$category.title - the title of the category

o

$article.title - the title of an article

o

$article.timestamp - the date of an article's publishing

o

$article.text - a full text of an article

 

print_articles.tpl

Local variables:

o

$category.title - the title of the category

o

$articles - the array of articles for the category

o

$GLOBALS.site_url -  the global variable containing a full URL of the site

o

$entry.id - the ID of an article

o

$entry.title - the title of an article

o

$entry.description - a brief description of an article

 

print_categories.tpl

Local variables:

o

$categories - the array of all categories

o

$GLOBALS.site_url -  the global variable containing a full URL of the site

o

$entry.id - the ID of a category

o

$entry.title - the title of a category