mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-18 03:33:26 +02:00
Version v0.0.2
* updated forum links to use friendly_urls * some more info will be shown when cannot connect to database * show more error infos when creating character * fixed forum link on newses * fixed spells loading when there's vocation name instead of id * fixed bug when you have changed template but it doesn't exist anymore * fixed vocations with promotion loading * fixed support for gesior pages and templates * added function OTS_Acount:getGroupId()
This commit is contained in:
@@ -3,7 +3,6 @@ defined('MYAAC') or die('Direct access not allowed!');
|
||||
function news_parse($title, $content, $date, $icon = 0, $author = '', $comments = '')
|
||||
{
|
||||
global $template_path, $config;
|
||||
|
||||
//$tmp = $template_path.'/images/letters/'.$content[0].'.gif';
|
||||
//if(file_exists($tmp)) {
|
||||
// $firstLetter = '<img src="' . $tmp . '" alt="'.$content[0].'" BORDER=0 ALIGN=bottom>';
|
||||
|
Reference in New Issue
Block a user