* added news ticker for kathrine template

* (internal) moved news tickers to twig template
* (internal) moved Forum class to separate file
* (internal) moved deprecated functions to compat.php
This commit is contained in:
slawkens
2017-10-25 09:50:12 +02:00
parent 21b1383c9a
commit 5e414ebda8
12 changed files with 463 additions and 432 deletions

View File

@@ -11,7 +11,8 @@
*/
defined('MYAAC') or die('Direct access not allowed!');
class Items {
class Items
{
private static $error = '';
public static function loadFromXML($show = false)