Merge file:///home/habarnam/public_html/vsc_rewrite/ into friendly_url
[vsc.git] / image.php
blob2e46d157685afe958ef09e2a3a55e7ed7b3e555d
1 <?php
2 /**
3 * the file that outputs the images
4 * incoming variables:
5 * @ themeName _GET
6 */
7 ob_start();
8 require ('config.inc.php');
9 require (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;