Pro version, error in option panel!
-
Hello!
I just bought the pro version of busiprof theme, but when i try enter the option panel, the “home page” tab gets me an error and doesnt display anthing else
“Parse error: syntax error, unexpected T_VARIABLE in /storage/content/62/181662/fiskeriet.nu/public_html/wp-content/themes/busiprof_pro/functions/theme_options/pages/theme_home_page.phpon line 1”None of the other tabs in options panel doesnt show anything at all, not even the error!
This is how my first lines looks in “theme_home_page.phpon line 1”
<?php$current_options =
get_option( ‘busiprof_pro_theme_options’ );if(isset($_POST[‘busiprof_settings_save_1’])){
if($_POST[‘busiprof_settings_save_1’] == 1) { if ( empty($_POST) || !wp_verify_nonce($_POST[‘busiprof_gernalsetting_nonce_customization’],’busiprof_customization_nonce_gernalsetting’) ) { print ‘Sorry, your nonce did not verify.’; exit; } else {Anybody else has this issue? or now how to fix it? ??
Thanks
- The topic ‘Pro version, error in option panel!’ is closed to new replies.