* @version 0.1 - Aug 25 2006 */ //error_reporting(E_ALL); class Scrib_default_templates { public function summary($bibr){ global $scrib_importer; $result = ''; // echo($result); return($result); } // // // take the array and return the full record display // public function full($bibr){ global $scrib_importer; $result = ''; return($result); } } ?>