'object', 'subtype' => 'front', 'limit' => 1)); if($contents){ foreach($contents as $c){ echo $c->title; // title is the left hand content } }else{ echo "

" . elgg_echo("expages:addcontent") . "

"; } ?>