Handle download lists part 2
This commit is contained in:
parent
03cf506132
commit
560e8c6a5f
3 changed files with 26 additions and 21 deletions
|
@ -4,8 +4,9 @@
|
|||
<div class="main">
|
||||
{include file="inc/logo.tpl"}
|
||||
{foreach $vidarr as $video}
|
||||
<p id="download_intro">You are going to download<i itemprop="name">
|
||||
<a itemprop="url" id="video_link"
|
||||
<p id="download_intro{$video@index}" class="download_intro">You are going to download<i itemprop="name">
|
||||
<a itemprop="url" id="video_link{$video@index}"
|
||||
class="video_link"
|
||||
data-ext="{$video->ext}"
|
||||
data-video="{$video->url|escape}"
|
||||
href="{$video->webpage_url}">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue