Skip to content

Commit

Permalink
sync
Browse files Browse the repository at this point in the history
  • Loading branch information
pudge committed Mar 22, 2007
1 parent b7ba256 commit 7db8dd7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions themes/slashcode/templates/html-header;misc;default
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,8 @@ __template__
[% END %]
[% css = Slash.db.getCSS() %]
[%- FOREACH file = css -%]
[% IF file.ie_cond %]<!--[if [% file.ie_cond %]]>[% END %]<link rel="[% file.rel %]" type="[% file.type %]" media="[% file.media %]" href="[% IF constants.css_use_imagedir; constants.imagedir; ELSE; gSkin.rootdir; END %]/[% file.file %]?[% constants.cvs_tag_currentcode %]"[% IF file.title %] title="[% file.title %]"[% END %]>[% IF file.ie_cond %]<![endif]-->[% END %]
[% IF file.ie_cond %]<!--[if [% file.ie_cond %]]>[% END %]<link rel="[% file.rel %]" type="[% file.type %]" media="[% file.media %]" href="[% IF constants.css_use_imagedir; constants.imagedir; ELSE; constants.rootdir; END %]/[% file.file %]?[% constants.cvs_tag_currentcode %]"[% IF file.title %] title="[% file.title %]"[% END %]>[% IF file.ie_cond %]<![endif]-->[% END %]
[% END -%]
[%- IF user.discussion2 && user.discussion2 == "uofm" # temp hack %]
<link rel="stylesheet" type="text/css" media="screen, projection" href="http://socialcomputingresearch.net/slashdot/slashdot/umich.css?[% constants.cvs_tag_currentcode %]">[% END %]
[%- IF constants.plugin.Ajax %]
[%- IF !user.is_anon -%]
<script src="[% constants.imagedir %]/prototype.js?[% constants.cvs_tag_currentcode %]" type="text/javascript"></script>
Expand All @@ -41,6 +39,7 @@ __template__
[%- END -%]
<script src="[% constants.imagedir %]/yui/connection.js?[% constants.cvs_tag_currentcode %]" type="text/javascript"></script>
<script src="[% constants.imagedir %]/yui/autocomplete.js?[% constants.cvs_tag_currentcode %]" type="text/javascript"></script>
<script src="[% constants.imagedir %]/yui/calendar.js?[% constants.cvs_tag_currentcode %]" type="text/javascript"></script>
<script src="[% constants.imagedir %]/sd_autocomplete.js?[% constants.cvs_tag_currentcode %]" type="text/javascript"></script>
[%- IF user.currentPage == "firehose" -%]
<script src="[% constants.imagedir %]/slashbox.js?[% constants.cvs_tag_currentcode %]" type="text/javascript"></script>
Expand Down

0 comments on commit 7db8dd7

Please sign in to comment.