<?php /* Function test() is a simple test function designed to see if my plugins were loading properly. They are. */ function _test($var) { return $var; } ?>