Share Pastebin
Guest
Public paste!

Untitled

By: a guest | Mar 22nd, 2010 | Syntax: None | Size: 0.22 KB | Hits: 138 | Expires: Never
Copy text to clipboard
  1. <?
  2. if ($a->getAreaHandle() == 'image')
  3. {?>
  4.         <img src="<?php echo $cobj->getAttribute('thumbnail')->getThumbnail(100,100)->src ?>" alt="<?php echo $title ?>"/>
  5. <? }
  6. else{
  7.         $a = new Area('Main');
  8.         $a->display($c);
  9. }
  10. ?>