Example #1
0
require_once 'class.php';
$zsw = new VideoGallery();
function zsw_showgallery($id)
{
    global $zsw;
    echo $zsw->front_show_gallery($id);
}
if (isset($_GET['action']) && $_GET['action'] == 'view') {
    //iframe feed
    ?>
<!doctype html>
<html lang="en">
    <head>
        <meta charset="utf-8" />
        <title>The title</title>
        <link rel="stylesheet" href="css/reset.css"/>
    	<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.3/jquery.min.js" type="text/javascript"></script>
        <script type="text/javascript" src="iosgallery/iosgallery.js"></script>
        <link rel="stylesheet" type="text/css" href="iosgallery/iosgallery.css"/>
        <!--[if IE]>
        <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
	<![endif]-->
    </head>
    <body>
<?php 
    zsw_showgallery($_GET['id']);
    ?>
    </body>
</html>
<?php 
}
Example #2
0
        <link rel='stylesheet' type="text/css" href="css/reset.css"/>
        <link rel='stylesheet' type="text/css" href="css/style.css"/>
    	<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.3/jquery.min.js" type="text/javascript"></script>
        <!--[if IE]>
        <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
	<![endif]-->
    </head>
    <body>
        
        <div class="main-container">
		<div class="header_wrapper">
                    <div class="header_pattern"></div>
			<div class="header">
				<div class="logo"></div>
                    <div class="admincircle-con"><a href="http://thezoomer.net/php_ygallery/admin/admin.php" class="admincircle" target="_blank"></a></div>
			</div>
		</div>
            
        <div class="content_wrapper">
        <div class="content">
            <h2>Demo 1</h2>
    <?php 
require_once 'admin/bridge.php';
zsw_showgallery('default');
?>
        
        </div>
        </div>
        </div>
        </body>
</html>