public
Description: El Dorado is a full-stack community web application written in Ruby/Rails.
Homepage: http://almosteffortless.com/eldorado/
Clone URL: git://github.com/trevorturk/el-dorado.git
adding favicon to options

git-svn-id: http://eldorado.googlecode.com/svn/trunk@433 
9c008b19-a030-0410-9975-d76d301b4276
trevorturk (author)
Fri Aug 31 17:30:29 -0700 2007
commit  6f2f73ad6405c31322914d6132d353ff4b50a59a
tree    067753f778abf6c00298aa52dfadf8abc97991ab
parent  7130d8899c385a20c136b1a5689f3f77ea699e47
...
6
7
8
 
 
 
9
10
11
...
6
7
8
9
10
11
12
13
14
0
@@ -6,6 +6,9 @@
0
   <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
0
   <meta http-equiv="Content-Script-Type" content="text/javascript" />
0
   <meta name="description" content="<%= page_title %>" />
0
+ <% unless @options.favicon.blank? %>
0
+ <link rel="shortcut icon" href="<%= @options.favicon %>" />
0
+ <% end %>
0
 
0
   <title><%= page_title %></title>
0
   <!-- Powered by El Dorado (http://almosteffortless.com) -->
...
2
3
4
5
 
6
7
8
...
90
91
92
 
93
94
95
...
2
3
4
 
5
6
7
8
...
90
91
92
93
94
95
96
0
@@ -2,7 +2,7 @@
0
 # migrations feature of ActiveRecord to incrementally modify your database, and
0
 # then regenerate this schema definition.
0
 
0
-ActiveRecord::Schema.define(:version => 59) do
0
+ActiveRecord::Schema.define(:version => 60) do
0
 
0
   create_table "avatars", :force => true do |t|
0
     t.integer "parent_id"
0
@@ -90,6 +90,7 @@ ActiveRecord::Schema.define(:version => 59) do
0
     t.string "admin_rank"
0
     t.string "newest_user"
0
     t.integer "theme_id"
0
+ t.string "favicon"
0
   end
0
 
0
   create_table "posts", :force => true do |t|

Comments

    No one has commented yet.