Skip to content
This repository has been archived by the owner on Aug 15, 2018. It is now read-only.

Commit

Permalink
updated themes, meh
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Adams committed Dec 26, 2008
1 parent cfb1044 commit cecbac8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 24 deletions.
14 changes: 2 additions & 12 deletions themes/default-pink/views/layouts/application.html.erb
Expand Up @@ -10,20 +10,10 @@
<meta name="keywords" content="Ansuz Content Management System" />
<link rel="shortcut icon" href="favicon.ico" type="image/vnd.microsoft.icon" />
<link rel="icon" href="favicon.ico" type="image/vnd.microsoft.icon" />
<%= stylesheet_link_tag 'yui-reset-fonts' -%>
<%= manage_ansuz_javascripts %>
<%= manage_ansuz_stylesheets %>
<%= theme_stylesheet_link_tag 'default-pink', 'base' -%>
<%= theme_stylesheet_link_tag 'default-pink', 'tables' -%>
<%= stylesheet_link_tag 'sprite' -%>
<%= stylesheet_link_tag 'lightbox' -%>
<%= stylesheet_link_tag 'scrollable-view' %>
<%= stylesheet_link_tag 'grid-lists' %>
<%= stylesheet_link_tag 'jquery.lightbox-0.5.css' %>
<%= javascript_include_tag :defaults, 'effects', 'builder', 'niftycube', 'handle_rounded_corners', 'jquery', 'jquery.scrollable.js', 'fckeditor/fckeditor' %>
<%= javascript_include_tag "jquery.lightbox-0.5.js", "jquery.lightbox.handler.js" %>
<%= javascript_tag "jQuery.noConflict();" -%>
<%= javascript_include_tag 'jqModal', 'jquery.growl.js', 'ansuz/growls' -%>
<%= handle_forum_header %>
<!--[if lt IE 7.]><%= javascript_include_tag 'pngfix.js' %><![endif]-->
</head>
<body>
<div id='wrapper'>
Expand Down
14 changes: 2 additions & 12 deletions themes/default/views/layouts/application.html.erb
Expand Up @@ -10,20 +10,10 @@
<meta name="keywords" content="Ansuz Content Management System" />
<link rel="shortcut icon" href="favicon.ico" type="image/vnd.microsoft.icon" />
<link rel="icon" href="favicon.ico" type="image/vnd.microsoft.icon" />
<%= stylesheet_link_tag 'yui-reset-fonts' -%>
<%= manage_ansuz_stylesheets %>
<%= manage_ansuz_javascripts %>
<%= theme_stylesheet_link_tag 'default', 'base' -%>
<%= theme_stylesheet_link_tag 'default', 'tables' -%>
<%= stylesheet_link_tag 'sprite' -%>
<%= stylesheet_link_tag 'lightbox' -%>
<%= stylesheet_link_tag 'scrollable-view' %>
<%= stylesheet_link_tag 'grid-lists' %>
<%= stylesheet_link_tag 'jquery.lightbox-0.5.css' %>
<%= javascript_include_tag :defaults, 'effects', 'builder', 'niftycube', 'handle_rounded_corners', 'jquery', 'jquery.scrollable.js', 'fckeditor/fckeditor' %>
<%= javascript_include_tag "jquery.lightbox-0.5.js", "jquery.lightbox.handler.js" %>
<%= javascript_tag "jQuery.noConflict();" -%>
<%= javascript_include_tag 'jqModal', 'jquery.growl.js', 'ansuz/growls', 'jquery.feedreader.js', 'jquery.cycle.all.pack.js' -%>
<%= handle_forum_header %>
<!--[if lt IE 7.]><%= javascript_include_tag 'pngfix.js' %><![endif]-->
</head>
<body>
<div id='wrapper'>
Expand Down

0 comments on commit cecbac8

Please sign in to comment.