loadTemplate('css_inline', false, $OUT);
} else {
// Now we load all CSS files from css.php!
- outputHtml('<link rel="stylesheet" type="text/css" href="{%url=css.php', false);
+ $OUT = '<link rel="stylesheet" type="text/css" href="{%url=css.php';
if ((isInstallationPhase())) {
// Default theme first
$newTheme = 'default';
if (isGetRequestElementSet('theme')) $newTheme = getRequestElement('theme');
if (isPostRequestElementSet('theme')) $newTheme = secureString(postRequestElement('theme'));
- outputHtml('?theme=' . $newTheme . '&installing=1', false);
+ $OUT .= '?theme=' . $newTheme . '&installing=1';
} else {
// Add SVN revision to bypass caching problems
- outputHtml('?rev=' . getConfig('CURR_SVN_REVISION'));
+ $OUT .= '?rev=' . getConfig('CURR_SVN_REVISION');
}
// Close tag
- outputHtml('%}" />');
+ outputHtml($OUT . '%}" />');
}
// [EOF]
default: // Invalid mail type
debug_report_bug('Invalid mail type ' . $ltype . ' detected.');
break;
- }
+ } // END - switch
if (SQL_NUMROWS($result) == 1) {
// Load data
list($points, $time) = SQL_FETCHROW($result);
$payment = '0.00000';
$isValid = true;
- }
+ } // END - if
// Free memory
SQL_FREERESULT($result);
// Export data into constants for the template
$content = array(
'userid' => $url_userid,
- 'type' => $type,
- 'data' => $urlId,
- 'url' => generateDerefererUrl($URL)
+ 'type' => $type,
+ 'data' => $urlId,
+ 'url' => generateDerefererUrl($URL)
);
// Load template
<table border="0" cellspacing="0" cellpadding="0" width="200" class="member_confirm dashed">
<tr>
<td align="center">
- <form accept-charset="utf-8" name="confirm" style="margin-top: 0px?margin-bottom: 0px">
+ <form accept-charset="utf-8" name="confirm" style="margin-top: 0px;margin-bottom:0px">
{--MEMBER_TIME_COUNTER_1--} <input type="text" name="counter"
size="$content[tim2]" readonly class="member_normal"
value="$content[time]"> {--_SECONDS--}