* added CREDITS file

This commit is contained in:
slawkens1 2017-09-14 20:13:14 +02:00
parent 801188f957
commit 7b96ce9b8c
3 changed files with 3 additions and 1 deletions

2
CREDITS Normal file
View File

@ -0,0 +1,2 @@
* Gesior.pl (2007 - 2008)
* Slawkens (2009 - 2017)

BIN
images/items/empty.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@ -46,7 +46,7 @@ class Hook
$ret = $tmp($params);
}*/
global $db, $config, $template_path, $ots;
global $db, $config, $template_path, $ots, $content;
if(file_exists(BASE . $this->_file)) {
require(BASE . $this->_file);
}