|
on summery page this code is not working
// Get Story ID
$storyID = htmlentities($main_smarty->get_template_vars(link_id));
there is no data for $storyID
coz of that
// Get Image filename
if ($main_smarty->get_template_vars(module_imageupload_filename_fie ld) == "")
{
$imageFile = module_imageupload_fullsize_prefix.$storyID.".jpg" ;
} else {
$imageFile = $main_smarty->get_template_vars(module_imageupload_filename_fie ld);
}
is not working also
Can someone help?
|