templates/de/html/admin/admin_footer.tpl -text svneol=unset#text/plain
templates/de/html/admin/admin_form_selection_box.tpl -text svneol=unset#text/plain
templates/de/html/admin/admin_guest_menu_status.tpl -text svneol=unset#text/plain
+templates/de/html/admin/admin_header.tpl svneol=native#text/plain
templates/de/html/admin/admin_import_theme.tpl -text svneol=unset#text/plain
templates/de/html/admin/admin_import_theme_none.tpl svneol=native#text/plain
templates/de/html/admin/admin_import_theme_row.tpl -text svneol=unset#text/plain
// Expression call-back for template functions
function doExpressionTemplate ($data) {
- // Do the replacement
- //* DEBUG: */ logDebugMessage(__FUNCTION__, __LINE__, 'template='.$GLOBALS['current_template']);
- $replacer = '{DQUOTE} . doTemplate' . $data['callback'] . "('" . $GLOBALS['current_template'] . "', true";
-
- // Is 'value' set?
- if (!empty($data['value'])) {
- // Then include it as well
- $replacer .= ", '" . $data['value'] . "'";
+ // Init replacer
+ $replacer = '<!-- ['.__FUNCTION__.':'.__LINE__.'] Call-back function doTemplate' . $data['callback'] . ' does not exist. //-->';
+
+ // Is the function there?
+ if (function_exists($data['callback'])) {
+ // Do the replacement
+ //* DEBUG: */ logDebugMessage(__FUNCTION__, __LINE__, 'template='.$GLOBALS['current_template']);
+ $replacer = '{DQUOTE} . doTemplate' . $data['callback'] . "('" . $GLOBALS['current_template'] . "', true";
+
+ // Is 'value' set?
+ if (!empty($data['value'])) {
+ // Then include it as well
+ $replacer .= ", '" . $data['value'] . "'";
+ } // END - if
+
+ // Replacer is ready
+ $replacer .= ') . {DQUOTE}';
} // END - if
- // Replacer is ready
- $replacer .= ') . {DQUOTE}';
-
// Replace the code
$code = replaceExpressionCode($data, $replacer);
<!-- Gast-Tabelle - Anfang //-->
+<div id="floater">
+ {%template,MessageFloater%}
+</div>
+
<table border="0" cellspacing="0" cellpadding="0" width="100%" class="guest">
<tr>
<td colspan="3" align="center" valign="top" class="table_header">