Lines Matching full:news
67 'news' TEXT NOT NULL,
129 … $tablename ('header', 'subtitle', 'targetpage', 'startdate', 'enddate', 'news', 'group', 'author'…
163 // Creating the edit news Page
182 'news' = '{$_POST['enews']}',
211 // Gets the news with the right page
219 …}}", "{{SUBTITLE}}", "{{TARGETPAGE}}", "{{STARTDATE}}", "{{ENDDATE}}", "{{NEWS}}", "{{GROUP}}", "{…
220 …targetpage']}", "{$value['startdate']}", "{$value['enddate']}", "{$value['news']}", "{$value['grou…
225 // Replaces the news tag with the outputRender
226 $formView = str_replace("{{NEWS}}", $outputRender, $editnewsTemplate);
234 * This part adds the news to the right page
237 // Gets the news with the right page
247 // If the page is found create the news
249 // Gets the news template
250 $newsTemplate = file_get_contents(__DIR__ . "/HTMLTemplates/news/news.html");
253 // adds news to the page that was returned by the database
264 array("{{HEADER}}", "{{SUBTITLE}}", "{{DATE-AUTHOR}}", "{{NEWS}}"),
265 …ader']}", "{$value['subtitle']}", "{$value['startdate']}, {$value['author']}", "{$value['news']}"),
274 array("{{HEADER}}", "{{SUBTITLE}}", "{{DATE-AUTHOR}}", "{{NEWS}}"),
275 …ader']}", "{$value['subtitle']}", "{$value['startdate']}, {$value['author']}", "{$value['news']}"),