2011-10-30 23:02:41 +00:00
|
|
|
module Locomotive::SitesHelper
|
2010-07-23 20:09:54 +00:00
|
|
|
|
2012-01-10 01:24:34 +00:00
|
|
|
def ordered_current_site_locales
|
|
|
|
current_site.locales + (Locomotive.config.site_locales - current_site.locales)
|
|
|
|
end
|
2010-07-23 20:09:54 +00:00
|
|
|
|
|
|
|
end
|