Variable | Template | Art | Funktion/Inhalt |
---|---|---|---|
$SCRIPT_NAME | global | string | Der Dateiname des aktuellen Scripts |
$arr_bcmenue | global | array | Die Brotkrümelnavigation |
$arr_lastedit | global | array | Die zuletzt aktualisierten Seiten |
$arr_menue | global | array | Die Hauptnavigation |
$arr_mostclicked | global | array | Die Seiten mit den meißten Hits |
$body_template | global | string | Der Dateiname des aktuellen Templates |
$button_login | global | string | Beschriftung/Button |
$fc_end_time | global | string | Zeitstempel |
$fc_inc_dir | global | string | Das Root Verzeichnis |
$fc_pageload_time | global | string | Ladezeit |
$fc_sitemap | global | string | Sitemap (<ul><li>...</li></ul> |
$fc_start_time | global | string | Zeitstempel |
$homelink_status | global | string | CSS Klasse ("active ...) |
$label_login | global | string | Beschriftung/Button |
$label_psw | global | string | Beschriftung/Button |
$languagePack | global | string | Wird durch das Kürzel des aktuellen Sprachpakets ersetzt (de, en ...) |
$legend_login | global | string | Beschriftung |
$link_home | global | string | Adresse zur Startseite |
$link_register | global | string | Beschriftung |
$login_box | global | string | |
$msg_register | global | string | Message |
$p | global | string | Die Seiten ID |
$page_content | global | string | Inhalt der aktuellen Seite |
$page_extracontent | global | string | Optionaler Inhalt der aktuellen Seite |
$page_global_extracontent | global | string | Optionaler Inhalt (Systemeinstellungen) |
$page_head_enhanced | global | string | |
$page_keywords | global | string | Die "Tag Wolke" |
$page_meta_author | global | string | Der Author der aktuellen Seite |
$page_meta_date | global | string | Datum der letzten Aktualisierung |
$page_meta_description | global | string | Meta Descrition der aktuellen Seite |
$page_meta_enhanced | global | string | Meta Tags der aktuellen Seite |
$page_meta_keywords | global | string | Keywords der aktuellen Seite |
$page_meta_robots | global | string | Meta Tag "Robots" |
$page_thumbnail | global | string | Thumbnail der aktuellen Seite |
$page_title | global | string | Seitentitel der aktuellen Seite |
$prefs_pagesglobalhead | global | string | Erweiterte Header-Angaben (Systemeinstellungen) |
$prefs_pagesubtitle | global | string | Seiten-Untertitel |
$prefs_pagetitle | global | string | Seitentitel (Systemeinstellungen) |
$show_forgotten_psw_link | global | string | Link zur Seite "Passwort vergessen" |
$show_register_link | global | string | Link zur Seite "Registrieren" |
$status_msg | global | string | Message |
$textlib_footer | global | string | Text im Footer (Systemeinstellungen) |
$lang_* | global | string |
Alle Einträge aus den Sprachdateien können in den Templates verwendet werden. Beispiel: |
$user_nick | profile_main.tpl | string |
Benutzername des aktuellen Benutzers |
$get_firstname | profile_main.tpl | string |
Vorname |
$get_lastname | profile_main.tpl | string |
Nachname |
$get_street | profile_main.tpl | string |
Straße |
$get_nr | profile_main.tpl | string |
Hausnummer |
$get_zip | profile_main.tpl | string |
Postleitzahl |
$get_city | profile_main.tpl | string |
Stadt |
$send_about | profile_main.tpl | string | Freitext "Über mich" |