manage ad space help

This commit is contained in:
Colin Kuskie 2006-05-12 04:32:49 +00:00
parent 818936f415
commit b11cd4afa1
3 changed files with 24 additions and 0 deletions

View file

@ -391,6 +391,7 @@ sub www_manageAdSpaces {
}
$output .= '<div style="clear: both;"></div>';
$ac->addSubmenuItem($session->url->page("op=editAdSpace"), $i18n->get("add ad space"));
$ac->setHelp('manage ad spaces', 'AdSpace');
return $ac->render($output);
}