Search found 1 match

by mcnika
Thu 30. Apr 2009, 10:34
Forum: phpwcms Modules English
Topic: spaw editor
Replies: 0
Views: 18801

spaw editor

Hi.

I use Spaw Editor v.2. and I need to use dinamic image directory name.
But when I writre
array(
'dir' => SpawConfig::getStaticConfigValue('SPAW_DIR')."$dir name",
'caption' => 'Images',.................

$dirname="../../../images/pppw_images/" and is changed often.
It brings error.

Ple ...