false, 'comments' => true, 'identification' => true, 'index' => true, 'password' => true, 'picture' => true, 'popuphelp' => true, 'profile' => true, 'register' => true, 'search' => true, 'tags' => true, ); } if (isset($conf['fun_snow_pages'][$page_name]) and $conf['fun_snow_pages'][$page_name]) { $code_snow = ''; if (method_exists($template, 'append')) { $template->append('footer_elements', $code_snow); } else { $template->assign_block_vars('footer_element', array('CONTENT' => $code_snow)); } } } add_event_handler('loc_end_page_tail', 'snow_tail'); ?>