]> git.sesse.net Git - vlc/blobdiff - share/lua/http/dialogs/footer
Add version to footer alongside the copyright message
[vlc] / share / lua / http / dialogs / footer
index 7a2159148d595eb5e308c1be11ab4c741c754395..a9397ff3ca5bfe6117f0ffa9819c4ec614d0c6aa 100644 (file)
@@ -33,5 +33,5 @@ This dialog needs the following dialogs to be fully functional: <none>
   <a href="/flash.html">Flash based remote playback</a> -
   <a href="http://www.videolan.org">VideoLAN website</a>
   <br />
-  <?vlc print(vlc.misc.copyright()) ?>
+  <?vlc print(vlc.misc.version() .. " - Lua Web Interface - " .. vlc.misc.copyright()) ?>
 </div>