Stud.IP
4.2 Revision
|
Variables | |
if( $GLOBALS[ 'perm']->have_perm( 'root'))("Startseite für Root bei Stud.IP")?><? elseif($GLOBALS['perm'] -> have_perm('admin')) :?><?=_("Startseite für Admins")?><? elseif($GLOBALS['perm']->have_perm('dozent')) :?><?=_("Startseite für Lehrende")?><? else :?><?=_("Ihre persönliche Startseite")?><? endif ?></h1 ><?php if(get_config('BANNER_ADS_ENABLE')) foreach(array( $left, $right) as $column)( $column as $widget)( $template=$widget->getPortalTemplate())( $this->_factory->open( 'start/_widget')) ?><? | else = $this->render_partial($template, compact('widget')) |
if ($GLOBALS['perm']->have_perm('root')) ("Startseite für Root bei Stud.IP")?><? elseif( $GLOBALS[ 'perm'] -> have_perm( 'admin')) :?><?=_("Startseite für Admins")?><? elseif( $GLOBALS[ 'perm']->have_perm( 'dozent')) :?><?=_("Startseite für Lehrende")?><? else :?><?=_("Ihre persönliche Startseite")?><? endif ?></h1 ><?php if(get_config( 'BANNER_ADS_ENABLE'))foreach(array($left, $right) as $column)($column as $widget) ($template = $widget->getPortalTemplate()) ($this->_factory->open('start/_widget')) ?> <? else = $this->render_partial($template, compact('widget')) |