+
<% if @site.default_image.file.present? %>
<%= image_tag( @site.default_image, :size=>"120x120") rescue ''%>
<% else %>
- <%= image_tag "http://www.placehold.it/50x50/EFEFEF/AAAAAA",:size=>"120x120",:class => "pull-left upload-picture"%>
+ <%= image_tag "orbit-logo.png",:class => "pull-left upload-picture"%>
<% end %>
@@ -210,7 +210,7 @@
<% if @site.favicon.file.present? %>
<%= image_tag( @site.favicon, :size=>"120x120") rescue ''%>
<% else %>
- <%= image_tag "http://www.placehold.it/50x50/EFEFEF/AAAAAA",:size=>"120x120", :class => "pull-left upload-picture"%>
+ <%= image_tag "favicon.ico", :class => "pull-left upload-picture"%>
<% end %>
@@ -259,6 +259,9 @@ var locales = <%= @site.in_use_locales.to_json.html_safe %>;
})
delete locales;
+>
<% content_for :page_specific_javascript do %>
-<% end %>
\ No newline at end of file
+<% end %>
+
\ No newline at end of file