16.10.2008, 15:45
doch schau doch mal hier:
Quote:Now start editing files of the design. ( /htdocs/templates/ )
3. Open game_ally_in_ally_overview.php
At line 38 find:
Code:
{$ally.intern_text}
Replace with:
Code:
{php} echo bb_format($this->_tpl_vars['ally']['intern_text']); {/php}
At line 54 find:
Code:
{$ally.intern_text}
Replace with:
Code:
{php} echo bb_format($this->_tpl_vars['ally']['intern_text']); {/php}
Save the file and exit.