get_header(); //set the template id, used to get the template specific settings - this was the old home.php template $template_id = 'home'; //prepare the loop variables global $loop_module_id, $loop_sidebar_position; $loop_module_id = td_util::get_option('tds_' . $template_id . '_page_layout', 15); //module 1 is default $loop_sidebar_position = td_util::get_option('tds_' . $template_id . '_sidebar_pos'); //sidebar right is default (empty) ?>

Notice: Undefined variable: loop_sidebar_position in /home/rnindia/public_html/index.php on line 37

Notice: Undefined variable: loop_sidebar_position in /home/rnindia/public_html/index.php on line 58

Fatal error: Uncaught Error: Class 'td_page_generator' not found in /home/rnindia/public_html/index.php:21 Stack trace: #0 {main} thrown in /home/rnindia/public_html/index.php on line 21