Use template includes
This commit is contained in:
parent
37c223638d
commit
fc73459731
9 changed files with 24 additions and 47 deletions
|
@ -1,7 +1,8 @@
|
|||
{include file="inc/head.tpl"}
|
||||
<div class="wrapper">
|
||||
<div itemscope itemtype="http://schema.org/VideoObject">
|
||||
<div class="main">
|
||||
{include file="logo.tpl"}
|
||||
{include file="inc/logo.tpl"}
|
||||
<p id="download_intro">You are going to download<i itemprop="name">
|
||||
<a itemprop="url" id="video_link"
|
||||
data-ext="{$video->ext}"
|
||||
|
@ -86,3 +87,4 @@
|
|||
{/if}
|
||||
</div>
|
||||
</div>
|
||||
{include file="inc/footer.tpl"}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue