Files

9 lines
285 B
PHP
Raw Permalink Normal View History

2010-06-18 04:07:55 +00:00
<?php
/**
* File created by SAKTI PRASAD MISHRA on 31 oct, 2007.
* This file is included within "DetailView.tpl" to provide SESSION value to smarty template
*/
session_start();
$aAllBlockStatus = $_SESSION['BLOCKINITIALSTATUS'];
$this->assign("BLOCKINITIALSTATUS",$aAllBlockStatus);
?>