Merge branch 'devel' of dev.sourcefabric.org:airtime into devel
This commit is contained in:
commit
cbbdd5a1fd
15 changed files with 167 additions and 74 deletions
|
@ -37,3 +37,14 @@
|
|||
<?php endforeach; ?>
|
||||
</div>
|
||||
<?php endif; ?>
|
||||
|
||||
<?php if ($this->type == "stream") : ?>
|
||||
|
||||
<div><span>Name:</span><span><?php echo ($this->md["name"]);?></span></div>
|
||||
<div><span>Length:</span><span><?php echo ($this->md["length"]);?></span></div>
|
||||
<div><span>Creator:</span><span><?php echo ($this->md["login"]);?></span></div>
|
||||
<div><span>Description:</span><span><?php echo ($this->md["description"]);?></span></div>
|
||||
<div><span>URL:</span><span><?php echo ($this->md["url"]);?></span></div>
|
||||
|
||||
|
||||
<?php endif; ?>
|
Loading…
Add table
Add a link
Reference in a new issue