From nick@smartcampaigns.com Thu Jan 26 16:49:49 2006 From: Nick Lewis To: development@drupal.org Subject: [development] Ordering of javascript includes in $head tag Date: Thu, 26 Jan 2006 10:49:39 -0600 Message-ID: <43D8FDA3.2070605@smartcampaigns.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4159652709331533519==" --===============4159652709331533519== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi folks -- I'm currently coding a public theme that makes use of the=20 nifty corners technique to generate image free curved corners. However,=20 I've run into a *critical* problem. When I hardcode the additional=20 javascript inserts that are required into the html head, all possible=20 variations of ordering the $style, $head, and the hardcoded include =20 fail to work. The only way I've been able to get around this as of now=20 is by removing the head and style tags, and pasting this hardcoded mess=20 (includes in questions are on line 4,5): @import "modules/dashboard/dashboard.css";= @import "modules/graphstat/graphstat.css";=