';
    _e('Your WP YouTube Lyte cache has been succesfully cleared.', 'wp-youtube-lyte' );
    echo '
';
}
function lyte_cacheclear_part_notice() {
    echo '';
    _e('WP YouTube Lyte cache was partially cleared, refresh this page to continue purging.', 'wp-youtube-lyte' );
    echo '
';
    _e('There was a problem, the WP YouTube Lyte cache could not be cleared.', 'wp-youtube-lyte' );
    echo '
';
    _e('WP YouTube Lyte got the following error back from the YouTube API: ','wp-youtube-lyte');
    echo "".$yt_error["reason"]."";
    echo " (".date("r",$yt_error["timestamp"]).").";
    echo '.
    
        
        
        - Check out the FAQ here.","wp-youtube-lyte"); ?>
 
 
    
    
 
 
get_item_quantity( 7 ); 
        $rss_items = $rss->get_items( 0, $maxitems );
    }
    ?>
    
     __('Main','wp-youtube-lyte')));
        $tabContent="";
        if (count($tabs) >= 1) {
            if(isset($_GET['page'])){
                $currentId = $_GET['page'];
            } else {
                $currentId = "wp-youtube-lyte";
            }
            $tabContent .= "";
            foreach($tabs as $tabId => $tabName){
                if($currentId == $tabId){
                    $class = " nav-tab-active";
                } else{
                    $class = "";
                }
                $tabContent .= ''.$tabName.'';
            }
            $tabContent .= "
";
        } else {
            $tabContent = "
";
        }
        return $tabContent;
}
?>