View Single Post
  #4  
Old 08-30-2010, 11:00 AM
StarBuG StarBuG is offline
Junior Member
 
Join Date: Jun 2010
Posts: 3
Geek Auto-Linker Pro License Holder 
Default

Go to your Add-ons & Plug-ins >> Manage plugins

Edit: GAL - Get CSS and JS

find:
Quote:
<link rel="stylesheet" type="text/css" href="' . $vbcsspath . 'gal_auto_link.css,datepicker.css" />
and change it to:
Quote:
<link rel="stylesheet" type="text/css" href="' . $vbcsspath . 'gal_auto_link.css" />
<link rel="stylesheet" type="text/css" href="' . $vbcsspath . 'datepicker.css" />
Reply With Quote