The theme maker (of V6.0) in the administrative backend does not work correctly.
Every time you save the argument file, additional backslashes are added.
The file looks like this after some modifications:
....
$chatroomimg = \\\'chatroom.jpeg\\\';
$gchatimg = \\\'gchat.jpg\\\';
$mailimg = \\\'mail.gif\\\';
.....The theme maker (of V6.0) in the administrative backend does not work correctly.
Every time you save the argument file, additional backslashes are added.
The file looks like this after some modifications:
<code>
....
$chatroomimg = \\\'chatroom.jpeg\\\';
$gchatimg = \\\'gchat.jpg\\\';
$mailimg = \\\'mail.gif\\\';
.....
</code>