'ui-widget-header ui-corner-all', 'body_class'=>'', ); //the meta to show or hide in the frontpage $meta=array( 'commentcount'=>'Comment Count', 'Left'=>array('category'=>'Category','date'=>'Publish Date','author'=>'Author'), 'Right'=>array('category'=>'Category','date'=>'Publish Date','author'=>'Author'), ); //the meta to show or hide in single post $post_meta=array( 'commentcount'=>'Comment Count (Header)', 'date'=>'Date (Header)', 'author'=>'Author (Header)', 'categories'=>'Categories (Footer)', 'tags'=>'Tags (Footer)', 'author_info'=>'Author Information (Footer)', ); //the meta to show or hide in single post $page_meta=array( 'commentcount'=>'Comment Count (Header)', '', 'author'=>'Author (Header)', '', '', 'author_info'=>'Author Information (Footer)', ); //the css styles $style=array( 'woods'=>'Woods', 'sea'=>'Sea', 'forest'=>'Forest', 'sky'=>'Happy Sky', 'urban'=>'Urban', ); //variables $vars=array( 'data'=>'
', ); //stock images for header background $head_bg=array( get_bloginfo('template_directory').'/images/tea-bush.jpg'=>'Sundoro Tea Bush', get_bloginfo('template_directory').'/images/oya-valley.jpg'=>'Oya River Valley', get_bloginfo('template_directory').'/images/timang-sand.jpg'=>'Timang Beach Sand', ); ?>