Stud.IP  jlu_3.3 Revision
overview.php File Reference

Variables

 endif
 
 $sidebar = Sidebar::get()
 
 $actions = new ActionsWidget()
 
 $search = new SearchWidget(URLHelper::getLink('?'))
 
 $folderwidget = new ViewsWidget()
 
$folderwidget title = _('Schlagworte')
 
$folderwidget id = 'messages-tags'
 
if(empty($tags)) else
 

Variable Documentation

◆ $actions

$actions = new ActionsWidget()

◆ $folderwidget

$folderwidget = new ViewsWidget()

◆ $search

$search = new SearchWidget(URLHelper::getLink('?'))

◆ $sidebar

$sidebar = Sidebar::get()

◆ else

if (empty( $tags)) else
Initial value:
{
foreach ($tags as $tag) {
->addLink(ucfirst($tag), URLHelper::getURL("?", array('tag' => $tag)), null, array('class' => "tag"))
->setActive(Request::get("tag") === $tag);
}
}
static get($param, $default=NULL)
Definition: Request.class.php:153
static getURL($url='', $params=NULL, $ignore_registered_params=false)
Definition: URLHelper.php:168
foreach( $GLOBALS[ 'SEM_CLASS'] as $id=> $sem_class)( $id) ?></td >< td ><? endforeachforeach( $GLOBALS[ 'SEM_CLASS'] as $id=> $sem_class)( $sem_class[ 'name']) ?></option ><? endforeach ?></select ></td ></tr >< tr >< td ></td >< td ><? $sidebar
Definition: overview.php:84
$folderwidget
Definition: overview.php:121

◆ endif

endif

◆ id

$folderwidget id = 'messages-tags'

◆ title

$folderwidget title = _('Schlagworte')