Advertisement
enkuso

qzBannerPlugin - _banner.php

May 13th, 2012
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.31 KB | None | 0 0
  1. <?php if($banner):?>
  2. <a href="<?php echo $banner->getLink()?>">
  3.     <image src="<?php echo $banner->getImagePath()?>" title="<?php echo $banner->getDescription()?>" alt="<?php echo $banner->getDescription()?>" width="<?php echo $banner->getWidth()?>" height="<?php echo $banner->getHeight()?>"/>
  4. </a>
  5. <?php endif; ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement