Example #1
0
?>
        </div>
        <!-- Arrow Navigator -->
        <span data-u="arrowleft" class="jssora12l" style="top:123px;left:0px;width:30px;height:46px;" data-autocenter="2"></span>
        <span data-u="arrowright" class="jssora12r" style="top:123px;right:0px;width:30px;height:46px;" data-autocenter="2"></span>
        <a href="http://www.jssor.com" style="display:none">Jssor Slider</a>
    </div>
      </div>
    </div>
    <!-- end flickr images -->
    <!-- begin featured video -->
    <div class="box">
   
      <h2>Featured Video</h2>
       <?php 
echo get_featured_video("");
?>
    </div>
    <!-- end featured video -->
    
   
   <div class="box">
        <h2>Archives</h2>
        <ul>
        <?php 
for ($i = 0; $i < 6; $i++) {
    ?>
        <li><a href="<?php 
    echo "archives.php?d=" . date("Y-m", strtotime("-" . $i . "month"));
    ?>
"><?php 
Example #2
0
<?php

require 'header.php';
?>
 <div id="featured_video">
    <form method="post" action="add_featured_video.php">
        <table>
            <tr><td class="text">Վիդեո</td></tr>
            <tr><td><input type="text" name="iframe" value='<?php 
echo get_featured_video("../");
?>
' style="width: 400px; margin-bottom: 10px;" /></td></tr>
            <tr><td><input type="submit" value="ADD" /></td></tr>
        </table>
    </form>
 </div>
 <?php 
require 'footer.php';