camoman
03-08-2005, 05:11 PM
have a banner that rotates on my form and it sits under the nav bar. I can't figure out where to place the "$myad" to get it to show up on the VBadvaced page?!!?
here's the site the site.. www.trackshare.com
I would like it under the Navigation Bar that says TrackShare.com.
I have tried adding "myad" to the global variables in cmps and no luck
This is how I am caling it in phpinclude_start:
$myad = implode('', file("http://www.trackshare.com/forum/rotator.php"));
this is how I am trying to call it in the adv_portal template.
$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
<title>$vboptions[hometitle] <if condition="$pagetitle">- $pagetitle</if></title>
$headinclude
</head>
<body>
$header
$navbar
<div align="center">
$myad
</div>
<br />
<table align="center" class="page" cellspacing="0" cellpadding="0"width="100%">
Any help would be greatly appreciated!!! :)
here's the site the site.. www.trackshare.com
I would like it under the Navigation Bar that says TrackShare.com.
I have tried adding "myad" to the global variables in cmps and no luck
This is how I am caling it in phpinclude_start:
$myad = implode('', file("http://www.trackshare.com/forum/rotator.php"));
this is how I am trying to call it in the adv_portal template.
$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
<title>$vboptions[hometitle] <if condition="$pagetitle">- $pagetitle</if></title>
$headinclude
</head>
<body>
$header
$navbar
<div align="center">
$myad
</div>
<br />
<table align="center" class="page" cellspacing="0" cellpadding="0"width="100%">
Any help would be greatly appreciated!!! :)