This is what I have under ARCADE:
I have tried edidint this file to add google ads. But they show up under the arcade main template. I want them to show up only where you play the game. And maybe add another box right under "THE KEYS" box just for the ads.
some one else mentioned to edit $maincontent and $arcadeheader but how do i get to them?
Thanks
$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
<!-- no cache headers -->
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="-1" />
<meta http-equiv="Cache-Control" content="no-cache" />
<!-- end no cache headers -->
$headinclude
<title><phrase 1=$vboptions[bbtitle]>$vbphrase[x_powered_by_vbulletin]</phrase></title>
</head>
<body>
$header
$navbar
<if condition="!$bbuserinfo[userid]">
$arcadeheader
<!-- small space -->
<span class="smallfont"><br>
</span></if>
$maincontent
</div>
$footer
</body>
</html>
|