Code: Select all
$path['orig_abs_ds'] = JPATH_ROOT . DS . 'images' . DS . 'stories' . DS . 'phocagallery' . DS ;
$path['orig_abs'] = JPATH_ROOT . DS . 'images' . DS . 'stories' . DS . 'phocagallery' ;
Code: Select all
$path['orig_abs_ds'] = JPATH_ROOT . DS . 'images' . DS . 'stories' . DS . 'phocagallery' . DS ;
$path['orig_abs'] = JPATH_ROOT . DS . 'images' . DS . 'stories' . DS . 'phocagallery' ;
Code: Select all
$instance->image_abs = JPATH_ROOT . DS . 'images' . DS . 'phocagallery' . DS ;
$instance->image_rel = 'images/phocagallery';
Code: Select all
$instance->image_abs = JPATH_ROOT . DS . 'images' . DS ;
$instance->image_rel = 'images/';
Code: Select all
$instance->image_rel = "//192.168.200.140/images/sources/";
Code: Select all
mklink /D C:\xampp\htdocs\joomla\images \\192.168.200.180\repository\images