ToyVoyagers has exited with an error


Undefined variable: user_togs_a (in evaluated code)

Notice [8]:
The error was reported on line 473 of /var/www/vip6/sites/vip0927926/httpd/htdocs/func/topic.php

Code:
471                 // only print if there are photos attached to this post.
472                 if (($i > 0) || ($pic_count > 0)) {
473                    $posts .= eval($this->template('TOPIC_POST_PICS_ONLY'));
474                 }
475             }else{