public function assignModuleAttributes(Gpf_Templates_Template $template) {
     parent::assignModuleAttributes($template);
     Pap_Module::assignTemplateVariables($template);
     $template->assign(Pap_Settings::PROGRAM_NAME, $this->_localize(Gpf_Settings::get(Pap_Settings::PROGRAM_NAME)));
     $template->assign(Pap_Settings::PROGRAM_LOGO, Gpf_Settings::get(Pap_Settings::PROGRAM_LOGO));
 }