Quote:
Originally Posted by emitton
|
Ah. Do you see the .xml file that is also in the .zip file? You must upload this using the Product Manager in your AdminCP.
Quote:
Originally Posted by Tourmeister
Yes, basically I want to place the contents of the random adcode block into any template without any additional formatting stuff surrounding the block content. Are you saying that the variable $leftcolumn_adcode represents this data?
Example:
$leftcolumn_adcode = <a href="link to advertiser website1"><img src="link to image1"></a>
So that anywhere I place $leftcolumn_adcode, I will have the equivalent of the above html inserted? I understand about adding custom blocks and will likely do that, but I was just trying to isolate the html stuff as shown above without all the extra table formatting code that is included with the $leftcolumn_advertisement variable.
|
That would be correct. It's easy enough to test and see.