This should do the trick:
HTML Code:
<if condition="THIS_SCRIPT == 'scriptname'">your link code here</if>
You have to replace scriptname with the defined script name. It's at the top of vBGallery PHP file in the vBulletin root.
For example:
PHP Code:
define('THIS_SCRIPT', 'myscript');
Then you need to replace scriptname with myscript. Probably it will be something like vbgallery, gallery, or something like that