* last commit of a long day :)
[vsc.git] / image.php
blobe54b9fe36f5ef17460ada2c62bd97ed47140721a
1 <?php
2 /**
3 * the file that outputs the images
4 * incoming variables:
5 * @ themeName _GET
6 */
7 ob_start();
8 require_once('config.inc.php');
9 require_once(LIB_PATH.'functions.inc.php');
11 $id = tsPage::getRequest('id');
13 ob_end_clean();
14 $a = new tsImage($id);
15 $a->parse();
16 echo "\n".'(c) HabarNam - 2006';
17 //echo $a->path;