View file aiv2 AutoIndex/footer.php

File size: 296B
<?php
/**
 * @name footer.php
 * @package Punk Autoindex  
 * @author MobiHacK
 * @copyright RockiTech Group
 * @version 2.0
 */

if(!class_exists('PAI_Template'))
die();
$footer=new PAI_Template;
$footer->start($layout.'footer');
$footer->set('year',date('Y'));
$footer->run();
?>