Advertisement
X-dark

superlinks setup.php patch

Mar 15th, 2012
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.47 KB | None | 0 0
  1. --- setup.php   Thu Mar 15 16:54:58 2012
  2. +++ setup.php_patched   Thu Mar 15 16:55:59 2012
  3. @@ -90,7 +90,7 @@
  4.  function superlinks_page_head() {
  5.     global $config;
  6.  
  7. -   print "<script type='text/javascript' src='".$config['url_path'] ."/plugins/superlinks/jquery-latest.min.js'></script>";
  8. +   print "<script type='text/javascript' src='".$config['url_path'] ."plugins/superlinks/jquery-latest.min.js'></script>";
  9.  
  10.     if (read_config_option("superlinks_tabstyle") >= 1) {
  11.         ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement