Saturday 25 July 2009

remove phocagallery logo

change this

echo $this->tmpl['phocagalleryic'];

but, commercial version is recommended.



Wednesday 22 July 2009

for debugging joomla

rename the index.php to index_main.php

then , create new index.php and paste the code
error_reporting(E_ALL);
ini_set("display_errors", 1);
include("index_main.php");
?>