Save the following code and name it as links.php and upload to your vShare installed folder


Code:
<?php

require("include/config.php");
require("include/function.php");
STemplate::assign('err',$err);
STemplate::assign('msg',$msg);
STemplate::display('header.tpl');
STemplate::display('error.tpl');
STemplate::display('links.tpl');
STemplate::display('footer.tpl');
db_close();

Create links.tpl with your links and upload to templates folder