";
//foreach ($r as $rr) {
//print 'Edit' . ' ' . ($rr['sid']) . '
';
//}
$pages = null;
if($r) {
$pages = array();
foreach($r as $rr) {
$pages[$rr['iid']][] = array('url' => $rr['iid'],'title' => $rr['sid']);
}
}
logger('mod_profile: things: ' . print_r($pages,true), LOGGER_DATA);
return replace_macros(get_markup_template("webpageslist.tpl"), array(
'$webpages' => $webpages
));
}
return;
}