pastebin
| #1 paste tool since 2002
create new paste
tools
api
archive
real-time
faq
pastebin
Follow @pastebin
create new paste
trending pastes
sign up
login
my settings
my profile
My Pastes
Public Pastes
Untitled
3 sec ago
Untitled
6 sec ago
Indefero
9 sec ago
Untitled
10 sec ago
modedGPlusBar
CSS | 18 sec ago
power
14 sec ago
Untitled
ASP | 15 sec ago
Untitled
Python | 28 sec ago
Layout Width
Share Pastebin
Untitled
By: a guest | Mar 22nd, 2010 | Syntax:
None
| Size: 0.22 KB | Hits: 138 | Expires: Never
Download
|
Raw
|
Embed
|
Report abuse
<?
if ($a->getAreaHandle() == 'image')
{?>
<img src="<?php echo $cobj->getAttribute('thumbnail')->getThumbnail(100,100)->src ?>" alt="<?php echo $title ?>"/>
<? }
else{
$a = new Area('Main');
$a->display($c);
}
?>
create new paste
|
create new version of this paste
RAW Paste Data
<? if ($a->getAreaHandle() == 'image') {?> <img src="<?php echo $cobj->getAttribute('thumbnail')->getThumbnail(100,100)->src ?>" alt="<?php echo $title ?>"/> <? } else{ $a = new Area('Main'); $a->display($c); } ?>