13120307f4
+YUCHENG HU+ git-svn-id: https://svn.code.sf.net/p/hawebs/svn@357 a2543c7e-f6e9-4f8a-8bff-1ffc34733512
9 lines
285 B
PHP
9 lines
285 B
PHP
<?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);
|
|
?>
|