Hi, I think we should modified any templates by hand so it will be easy when changing the templates. So I add a new plugin for that:
plugin_name: global_start
Quote:
$template_hook[navbar_quick_links_menu_pos3]="<tr><td class=\"thead\">$vbphrase[vbimghost_title]</td></tr><tr><td class=\"vbmenu_option\"><a href=\"vbimghost.php?do=myimages\">$vbphrase[vbimghost_menushimg]</a></td></tr><tr><td class=\"vbmenu_option\"><a href=\"vbimghost.php?do=upload\">$vbphrase[vbimghost_menuupimg]</a></td></tr><tr><td class=\"vbmenu_option\"><a href=\"vbimghost.php?do=userlist\">$vbphrase[vbimghost_menulistuser]</a></td></tr>";
|