need function.php help pls
-
peace folks!
thanks in advance for your support
here is my code that I keep getting an error for… whats wrong here?
<?php
/**Functions
*/
//……………… BASIC FUNCTIONS ……………… //
/* language include.*/
$lang = TEMPLATE_PATH . ‘/languages’;
load_theme_textdomain(‘cebolang’, $lang);//……………… BASIC FUNCTIONS ……………… //
/* Below is an include to default custom fields for the posts.*/
include(TEMPLATEPATH . ‘/library/simple_functions.php’);/* Include Super Furu Custom Options Panel*/
require_once(TEMPLATEPATH . ‘/options/options_panel.php’);/* …………….. CUSTOM POST TYPES ……………….. */
/* Below is an include to a default custom post type.*/
include(TEMPLATEPATH . ‘/library/post_types.php’);/* ……………… CUSTOM FIELDS FOR POSTS/PAGES ……… */
/* Below is an include to default custom fields for the posts.*/
include(TEMPLATEPATH . ‘/library/custom_fields.php’);/* ……………… CUSTOM FIELDS FOR POSTS/PAGES ……… */
/* Below is an include to default custom fields for the posts.*/
include(TEMPLATEPATH . ‘/library/videobox.php’);@add_filter(‘epl_efc__thank_you_page__redirect_url’,create_function(”,’return “http://universalpartnership.org/registration-thank-you”;’));@
?>
The topic ‘need function.php help pls’ is closed to new replies.