News:

CPG Release 1.6.29
During HTML5 upload, keep pseudo blank code 200 messages from triggering error condition
added Russian language
correct failure to use theme menu icons in album manager
minor vulnerabilities mitigation

Main Menu

$THEME_DIR not defined

Started by Andi, October 26, 2004, 11:14:55 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Andi

Hi, more input for devs...  ;D

file: smilies.inc.php,v 1.10 2004/08/25 19:58:17 gaugau
line #134: $paths = array($THEME_DIR.'/smiles/','images/smiles/');

Variable $THEME_DIR is not defined in function generate_smilies
set global ;)

I believe that this causes that the smilies from the theme-folder are not used.
hope, I could help you... :)

Joachim Müller

Fixed in devel CVS - well spotted!

Joachim