2013-10-07 12:17:06 +00:00
|
|
|
<?php
|
|
|
|
|
2016-02-26 08:46:13 +00:00
|
|
|
/**
|
|
|
|
* File: Photos
|
|
|
|
* Description: Used to display list of photos
|
|
|
|
* @author: Arslan Hassan, Saqib Razzaq
|
|
|
|
* @since: 2007
|
|
|
|
* @website: clip-bucket.com
|
|
|
|
* @modified: Feb 26, 2016 ClipBucket 2.8.1 [ Saqib Razzaq ]
|
|
|
|
*/
|
|
|
|
|
|
|
|
define("THIS_PAGE",'photos');
|
|
|
|
define("PARENT_PAGE",'photos');
|
|
|
|
require 'includes/config.inc.php';
|
|
|
|
global $hlp;
|
|
|
|
$pages->page_redir();
|
|
|
|
$hlp->photos();
|
|
|
|
display_it();
|
2013-10-07 12:17:06 +00:00
|
|
|
?>
|