Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
VideoLAN organization
websites
Commits
3179fa12
Commit
3179fa12
authored
Jul 09, 2005
by
Antoine Cellerier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add optional description
parent
d2ab3453
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
www.videolan.org/include/package.php
www.videolan.org/include/package.php
+2
-2
No files found.
www.videolan.org/include/package.php
View file @
3179fa12
...
...
@@ -11,9 +11,9 @@ function DownloadSize($file) {
return
round
(
$size
,
1
)
.
$ext
;
}
function
pkgitem
(
$version
,
$name
,
$top
)
function
pkgitem
(
$version
,
$name
,
$top
,
$description
=
""
)
{
?>
<li><code>
<?php
echo
$name
;
?>
</code>
(
<?php
echo
DownloadSize
(
"
{
$_SERVER
[
"DOCUMENT_ROOT"
]
}
pub/videolan/
$top
/
$version
/
$name
"
);
?>
) :
<li><code>
<?php
echo
$name
.
" "
.
$description
;
?>
</code>
(
<?php
echo
DownloadSize
(
"
{
$_SERVER
[
"DOCUMENT_ROOT"
]
}
pub/videolan/
$top
/
$version
/
$name
"
);
?>
) :
<br/>
Select a download location :
<ul>
<!--<li><a href="http://download.videolan.org/pub/videolan/
<?php
echo
$top
.
"/"
.
$version
.
"/"
.
$name
;
?>
">VIA, Ecole Centrale Paris (France)</a></li>-->
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment