Quote:
Originally Posted by Lynne
user the variable THIS_SCRIPT which you define at the top of your custom page.
HTML Code:
<vb:if condition="THIS_SCRIPT != 'yourscript'">
meta tag stuff here in global template (header?)
</vb:if>
|
So would it look like this?
<vb:if condition="custom_page != 'custom page'">
{vb:stylevar htmldoctype}
<html xmlns="http://www.w3.org/1999/xhtml" dir="{vb:stylevar textdirection}" lang="{vb:stylevar languagecode}" id="vbulletin_html">
<head>
<title>test</title>
<meta charset="UTF-8">
<meta name="description" content="test">
<meta name="keywords" content="test">
<meta name="author" content="I.G.O.T.A.?">
</vb:if>