I cannot get this working properly on vb3.5
even if I remove header, footer and navbar from the code below - they still show up.
I want to create a small login box like the one used in myvbindex to display on a non vb page via an Iframe...
any ideas?
$src_output = <<<END
$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
$headinclude
<title>$vboptions[bbtitle]</title>
</head>
<body onload="$onload">
</body>
</html>
END;
|