X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/1a5f14d338b1e809947232e0dc0a59040f265395..0e9e6e6f8f15e6dbdd208cd741386562e2aceee8:/app/views/site/_potlatch2.html.erb?ds=sidebyside diff --git a/app/views/site/_potlatch2.html.erb b/app/views/site/_potlatch2.html.erb index 9edf6b5f7..a6cde5960 100644 --- a/app/views/site/_potlatch2.html.erb +++ b/app/views/site/_potlatch2.html.erb @@ -32,6 +32,8 @@ flashvars.font_library = "<%= asset_path "potlatch2/FontLibrary.swf" %>"; flashvars.locale = "<%= Potlatch2::LOCALES[locale] %>"; flashvars.locale_paths = "<%= Potlatch2::LOCALES[locale] %>=<%= asset_path("potlatch2/locales/#{Potlatch2::LOCALES[locale]}.swf") %>"; + flashvars.intro_image = "<%= asset_path "help/introduction.jpg" %>"; + flashvars.intro_video = "<%= asset_path "help/introduction.mp4" %>"; <% if params['gpx'] %> flashvars.gpx = '<%= h(params['gpx']) %>'; <% end %>