= $Maxlvl) return; $default = array( '#theImage img', '#akPicture', '#colorbox', '#sb-container', '#prevnext', '#theMainImage',); if (!isset($conf['rightClick_selectors'])) $conf['rightClick_selectors'] = array(); $conf['rightClick_selectors'] = array_unique( array_merge($default, $conf['rightClick_selectors']) ); $template->set_filenames(array( 'rightClick_protect' => dirname(__FILE__) . '/template/rightClick_protect.tpl', )); $Path = embellish_url($template->get_template_vars('ROOT_URL').RIGHTCK_PATH); $protect = array( 'Dir' => RIGHTCK_DIR, 'Path' => $Path, 'Selectors' => $conf['rightClick_selectors'], ); $template->assign( array( 'RIGHTCK' => $protect ) ); $template->parse('rightClick_protect'); } } ?>