|
| | $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") |
| |