$THEME_DIR not defined $THEME_DIR not defined
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

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