I have a custom layout that I have wrapped around vb (3.5.1), it works fine with most pages. The header-template looks like:
The $header_XXX-vars are made in a plugin that's hooked to global_start.
But the redirect -page (especially the one after login) doesn't wrap up. I've added the $header_XXX -variables to the STANDARD_REDIRECT -template, but they don't seem to work.
Code:
$header_inc $header_inc2 <!-- content table --> $spacer_open $_phpinclude_output
But the redirect -page (especially the one after login) doesn't wrap up. I've added the $header_XXX -variables to the STANDARD_REDIRECT -template, but they don't seem to work.
Comment