Stud.IP  trunk Revision
news_preview.inc.php File Reference

Variables

 $error_message = ""
 
 $nameformat = $this->config->getValue("Main", "nameformat")
 
if($nameformat=="last") else
 
 $query = "SELECT n.*, {$_fullname_sql[$nameformat]} AS name, "
 
 $now = time()
 
 $data = NULL
 
 $rf_news = $this->config->getValue("Main", "order")
 
 $width = $this->config->getValue("Main", "width")
 
 $aliases = $this->config->getValue("Main", "aliases")
 
 $visible = $this->config->getValue("Main", "visible")
 
 $set_1 = $this->config->getAttributes("TableHeadrow", "th")
 
 $set_2 = $this->config->getAttributes("TableHeadrow", "th", TRUE)
 
 $zebra = $this->config->getValue("TableHeadrow", "th_zebrath_")
 
 $i = 0
 
 foreach ( $rf_news as $spalte)
 
 $dateform = $this->config->getValue("Main", "dateformat")
 
 $attr_a = $this->config->getAttributes("LinkInternSimple", "a")
 
 $attr_font = $this->config->getAttributes("TableRow", "font")
 
 $attr_div_topic = $this->config->getAttributes("ContentNews", "divtopic")
 
 $attr_div_body = $this->config->getAttributes("ContentNews", "divbody")
 
 $attr_font_topic = $this->config->getAttributes("ContentNews", "fonttopic")
 
 $attr_font_body = $this->config->getAttributes("ContentNews", "fontbody")
 
 $show_date_author = $this->config->getValue("Main", "showdateauthor")
 
 $not_author_link = $this->config->getValue("Main", "notauthorlink")
 

Variable Documentation

◆ $aliases

$aliases = $this->config->getValue("Main", "aliases")

◆ $attr_a

$attr_a = $this->config->getAttributes("LinkInternSimple", "a")

◆ $attr_div_body

$attr_div_body = $this->config->getAttributes("ContentNews", "divbody")

◆ $attr_div_topic

$attr_div_topic = $this->config->getAttributes("ContentNews", "divtopic")

◆ $attr_font

$attr_font = $this->config->getAttributes("TableRow", "font")

◆ $attr_font_body

$attr_font_body = $this->config->getAttributes("ContentNews", "fontbody")

◆ $attr_font_topic

$attr_font_topic = $this->config->getAttributes("ContentNews", "fonttopic")

◆ $data

$data = NULL

◆ $dateform

$dateform = $this->config->getValue("Main", "dateformat")

◆ $error_message

$error_message = ""

◆ $i

$i = 0

◆ $nameformat

$nameformat = $this->config->getValue("Main", "nameformat")

◆ $not_author_link

$not_author_link = $this->config->getValue("Main", "notauthorlink")

◆ $now

$now = time()

◆ $query

$query = "SELECT n.*, {$_fullname_sql[$nameformat]} AS name, "

◆ $rf_news

$rf_news = $this->config->getValue("Main", "order")

◆ $set_1

$set_1 = $this->config->getAttributes("TableHeadrow", "th")

◆ $set_2

$set_2 = $this->config->getAttributes("TableHeadrow", "th", TRUE)

◆ $show_date_author

$show_date_author = $this->config->getValue("Main", "showdateauthor")

◆ $visible

$visible = $this->config->getValue("Main", "visible")

◆ $width

$width = $this->config->getValue("Main", "width")

◆ $zebra

$zebra = $this->config->getValue("TableHeadrow", "th_zebrath_")

◆ else

for ( $n=0;$n< 3;$n++) if ( $this->config->getValue("Main", "studiplink")) else
Initial value:
{
global $_fullname_sql
Definition: persondetails_preview.inc.php:8

◆ foreach

foreach($content_data as $dat)