* @author Ralf Stockmann * @author Cornelis Kater * @copyright 2001 * @license GPL2 or any later version */ if (!Institute::findCurrent()) { $template = $GLOBALS['template_factory']->open('admin/institute_search.php'); $template->set_layout('layouts/base.php'); $template->institutes = Institute::getMyInstitutes($GLOBALS['user']->id); echo $template->render(); sess()->save(); die; }