<% if @site.mobile_icon.present?%> <%= image_tag( @site.mobile_icon, :size=>"120x120") rescue '' %> <% else %> <%= image_tag asset_path('mobile/logo.png')%> <% end %>

<%= link_to mobile_dialog_language_path(:app => params[:app]), {:class => "ui-btn-right language", "data-iconpos" => "notext", "data-icon" => "search", "data-rel" => "dialog"} do %> <% end %>