Add this:
PHP Code:
eval('$totalphotos = "' . fetch_template('gallery_stats') . '";');
Or this:
PHP Code:
eval('$gallery_stats = "' . fetch_template('gallery_stats') . '";');
Above
PHP Code:
eval('print_output("' . fetch_template('FORUMHOME') . '");');
in index.php. Then you can put $totalphotos or $gallery_stats (Depending on which one you used in the eval) anywere in forumhome template.