function CVGGallery_AdminNotices()
 {
     CvgCore::gallery_overview();
 }
    echo trailingslashit(WP_PLUGIN_URL . '/' . dirname(dirname(plugin_basename(__FILE__))));
    ?>
/images/star.png" />
								<?php 
}
?>
	
							</a>
						</div>
					</div>
					<div class="postbox" id="gallery_overview">	
						<div title="Click to toggle" class="handlediv"><br></div>
						<h3 id="hndle_overview" class="hndle"><span>Video Gallery Overview</span></h3>
						<div class="inside" style="margin:10px;">
							<?php 
CvgCore::gallery_overview();
?>
						</div>
					</div>	
					<div class="postbox" id="server_settings" >	
						<div title="Click to toggle" class="handlediv"><br></div>
						<h3 id="hndle_server" class="hndle"><span>Server Details</span></h3>
						<div class="inside" style="margin:10px;">
						  	<div class="dashboard-widget-content">
					      		<ul class="cvg_settings">
									<?php 
CvgCore::cvg_serverinfo();
?>
								</ul>
							</div>	
						</div>