hello,
I need to include some pictures in main description. But they should not appear in galleries. So I put them in the folder (a subfolder in pictures folder) and in my_config.php added parameter $exclude_directories=array('aa');
I did not manage this by $exclude_images.
First, I hope this is quite normal way to do it.
Second, what about setting in the config.php
$exclude_directories=array('data.pxp','_vti_cnf', '.svn','CVS','thumbs','.thumbs');
should I take it all and add my folder to the array, or is it allright to write as I did?
Andra
|