Using britepix with attachment.php

mranderson

New Member
I was wondering weather it is possible to incorperate the attachment.php file, with adbrite's "britepix"

The code to display a britepic is:

Code:
<script>
 britepic_id="XXXXXX";
 britepic_src="IMAGE URL";
</script>
<script src="http://www.britepic.com/britepic.js"></script>
<noscript><img src="IMAGE URL"></noscript>

The only variable is the image url, so I'm guessing it can be done, I just havent a clue how :P

Any help would be much appreciated
 
Back
Top