// no direct access
defined( '_VALID_MOS' );
global $mosConfig_absolute_path, $mosConfig_live_site;
$type = "jpg";
$folder = "http://www.joomlaportal.de/images/stories/bilder";
$link = "";
$width = "160";
$height = "120";
$abspath_folder = "/home/httpd/vhosts/crazyrats.com/httpdocs/". $folder;
$the_array = array();
//$type = $params->get( 'type', 'jpg' );
//$the_image = array();$folder = $params->get( 'folder' );
//$link = $params->get( 'link' );
//$width = $params->get( 'width' );
//$height = $params->get( 'height' );
//$abspath_folder = $mosConfig_absolute_path .'/'. $folder;
//$the_array = array();
//$the_image = array();
if (is_dir($abspath_folder)) {
...
Lesezeichen