Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php if($banner):?>
- <a href="<?php echo $banner->getLink()?>">
- <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()?>"/>
- </a>
- <?php endif; ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement