Lazyest Gallery 0.10.4.6
WordPress 2.6 allows advanced users to specify the location (physical and URL) of the wp-content directory with a constant define, so the directory might not be where it used to be. I have changed the code of Lazyest Gallery in the way Ozh suggested in his post What Plugin Coders Must Know About WordPress 2.6
download version 0.10.4.6

3 Comments
Brimosoft » Blog Archive » Lazyest Gallery 0.10.4.7
27 August 2008[...] is a bugfix for the incorrect entry of lazyest-thumbs-style.css in the header [...]
Marcel (brimosoft)
27 August 2008Hi Tom, thanks for the hint I’ll repair it as soon as possible
Tom
27 August 2008I noticed that this line in lazyest-gallery.php was creating an entry in my error_log file:
<link rel=”stylesheet” href=”/lazyest-thumbs-style.css” type=”text/css” media=”screen” />
I think it should read:
<link rel=”stylesheet” href=”http://mysite.com/wp-content/plugins/lazyest-gallery/lazyest-thumbs-style.css” type=”text/css” media=”screen” />
At least that change eliminated the error in my log file.