Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
no translations yet for vlmc
· c22c0fa8
Christoph Miebach
authored
Jan 20, 2017
c22c0fa8
Don't build the wa pages
· 8a3bd269
Christoph Miebach
authored
Jan 20, 2017
8a3bd269
Hide whitespace changes
Inline
Side-by-side
www.videolan.org/Makefile.inc
View file @
8a3bd269
...
...
@@ -121,7 +121,6 @@ locales: index.af.php \
index.ur.php
\
index.uz.php
\
index.vi.php
\
index.wa.php
\
index.zh.php
\
index.zh-TW.php
\
include/header.php
www.videolan.org/vlc/Makefile.inc
View file @
8a3bd269
...
...
@@ -79,7 +79,6 @@ PHP_FILES := index features libvlc screenshots skineditor skineditor_update \
index.ur download-windows.ur download-macosx.ur
\
index.uz download-windows.uz download-macosx.uz
\
index.vi download-windows.vi download-macosx.vi
\
index.wa download-windows.wa download-macosx.wa
\
index.zh download-windows.zh download-macosx.zh
\
index.zh-TW download-windows.zh-TW download-macosx.zh-TW
\
download-windows download-macosx
...
...
www.videolan.org/vlmc/index.php
View file @
8a3bd269
...
...
@@ -2,13 +2,12 @@
$language
=
""
;
$title
=
_
(
"VLMC, open source video editor"
);
$new_design
=
true
;
$additional_js
=
array
(
"/js/slimbox2.js"
,
"/js/slick-init.js"
,
"/js/slick.min.js"
);
$additional_css
=
array
(
"/js/css/slimbox2.css"
,
"/style/slick.min.css"
);
require
(
$_SERVER
[
"DOCUMENT_ROOT"
]
.
"/include/language.php"
);
require
(
$_SERVER
[
"DOCUMENT_ROOT"
]
.
"/include/header.php"
);
function
vlmcscreenshot
(
$img
,
$thumb
,
$desc
)
{
echo
"<div class='screenshot-4-3-responsive screenshot-small'><a href='http://images.videolan.org/vlmc/screenshots/
$img
' rel='lightbox-vlc'><img
src='//images.videolan.org/vlmc/screenshots/
$thumb
' alt='VLMC -
$desc
' /></a>
...
...