<% new_todo_params = {:format => :m} new_todo_params[:from_project] = @mobile_from_project if @mobile_from_project new_todo_params[:from_context] = @mobile_from_context if @mobile_from_context -%> <%= stylesheet_link_tag "mobile", :media => 'handheld,all' %> <%= favicon_link_tag 'favicon.ico' %> <%= favicon_link_tag 'apple-touch-icon.png', :rel => 'apple-touch-icon', :type => 'image/png' %> <%= @page_title %> <% if current_user && !current_user.prefs.nil? -%>

<% if @down_count -%><%= @down_count %><% end -%> <%= l(Time.zone.today, :format => current_user.prefs.title_date_format) -%>

<% end -%>
<%= render_flash -%><%= yield -%>

<% if current_user && !current_user.prefs.nil? -%> <% end -%> <%= render :partial => "shared/footer" -%>