test videos
          
      
				
/*          $sql = 'select *
                from `wp_postmeta` p,`wp_posts` po
                where   p.`post_id`=po.`ID` and
                        p.`meta_key` = "template" and
                        p.`meta_value` = "'.$language_esc.'" and
                        po.`post_title`="footer'.$req_pages[2].'"  and
                        po.`post_type` = "page" and
                        po.`post_status`="publish"
                limit 1';
        database::query($sql);
	
	$_page = database::$arr_list[0];
 	$page_text = $_page['post_content'];
*/
?>