View file hashtag.io-2629a1a4ea078149b002e45e2e12bb946062c2b8/ajaxify/explore/exp_videos.php

File size: 399B
<?php include '../../config/declare.php'; ?>

<!-- a universal file that has all the classes included -->
<?php include '../../config/classesGetter.php'; ?>

<!-- creating objects -->
<?php
  $explore = new explore;
?>

<div class="exp_find_people">

  <?php $explore->exploreVideos(); ?>

</div>

<script type="text/javascript">
//calling videoControls plugin
$('video').videoControls();
</script>