{action hook=wp_head} {action hook=fluxish_head} {php} $conf = $this->get_template_vars('fp_config'); if(file_exists(THEMES_DIR.$conf[general][theme]."/lang/lang.".$conf['locale']['lang'].".php")){ include(THEMES_DIR.$conf[general][theme]."/lang/lang.".$conf['locale']['lang'].".php"); } else { include(THEMES_DIR.$conf[general][theme]."/lang/lang.en-us.php"); } $this->assign("theme_lang",$theme_lang); $this->assign("fp_config",$conf); {/php}