Variable | Template | Type | Assignment/Content |
---|---|---|---|
$SCRIPT_NAME | global | string | File name of the current script |
$arr_bcmenue | global | array | The breadcrumb navigation |
$arr_lastedit | global | array | Most recently updated pages |
$arr_menue | global | array | Main navigation |
$arr_mostclicked | global | array | The most popular pages |
$body_template | global | string | File name of the current Template |
$button_login | global | string | Text/Button |
$fc_end_time | global | string | Timestamp |
$fc_inc_dir | global | string | The Root Directory |
$fc_pageload_time | global | string | Load time |
$fc_sitemap | global | string | Sitemap (<ul><li>...</li></ul> |
$fc_start_time | global | string | Timestamp |
$homelink_status | global | string | CSS Class ("active ...) |
$label_login | global | string | Text/Button |
$label_psw | global | string | Text/Button |
$languagePack | global | string | Replaced by the abbreviation of the current language pack (de, en ...) |
$legend_login | global | string | Text |
$link_home | global | string | URL of the homepage |
$link_register | global | string | Text |
$login_box | global | string | |
$msg_register | global | string | Message |
$p | global | string | Page ID |
$page_content | global | string | Content of the current page |
$page_extracontent | global | string | Content of the current page |
$page_global_extracontent | global | string | Content of the current page (from Preferences) |
$page_head_enhanced | global | string | |
$page_keywords | global | string | Tags |
$page_meta_author | global | string | Content of the current page (Author) |
$page_meta_date | global | string | Last updated |
$page_meta_description | global | string | Meta Descriptions |
$page_meta_enhanced | global | string | Meta Tags |
$page_meta_keywords | global | string | Keywords |
$page_meta_robots | global | string | Meta Tag "Robots" |
$page_thumbnail | global | string | Thumbnail |
$page_title | global | string | Page title |
$prefs_pagesglobalhead | global | string | Extended header information (from Preferences) |
$prefs_pagesubtitle | global | string | Page subtitle (from Preferences) |
$prefs_pagetitle | global | string | Title (from Preferences) |
$show_forgotten_psw_link | global | string | Link: Forgot Password |
$show_register_link | global | string | Link: "Register" |
$status_msg | global | string | Message |
$textlib_footer | global | string | Text/Footer (from Preferences) |
$lang_* | global | string |
All entries from the language files can be used in the templates. Example: |
$user_nick | profile_main.tpl | string |
Username of the current user |
$get_firstname | profile_main.tpl | string |
Firstname |
$get_lastname | profile_main.tpl | string |
Lastname |
$get_street | profile_main.tpl | string |
Street |
$get_nr | profile_main.tpl | string |
Number |
$get_zip | profile_main.tpl | string |
Zip |
$get_city | profile_main.tpl | string |
City |
$send_about | profile_main.tpl | string | Text "About me" |