class DesktopController< ApplicationController
layout 'desktop'
def index
end
def desktop
render :layout => false