diff --git a/templates/error.tpl b/templates/error.tpl index d2f85b0..076e15f 100644 --- a/templates/error.tpl +++ b/templates/error.tpl @@ -1,14 +1,14 @@ {include file='inc/head.tpl'}
-
- {include file="inc/logo.tpl"} -

{t}An error occurred{/t}

- {t}Please check the URL of your video.{/t} -

- {foreach $errors as $error} - {$error|escape} -
- {/foreach} -

-
+
+ {include file="inc/logo.tpl"} +

{t}An error occurred{/t}

+ {t}Please check the URL of your video.{/t} +

+ {foreach $errors as $error} + {$error|escape} +
+ {/foreach} +

+
{include file='inc/footer.tpl'} diff --git a/templates/index.tpl b/templates/index.tpl index c978ec8..2a5420f 100644 --- a/templates/index.tpl +++ b/templates/index.tpl @@ -1,6 +1,6 @@ {include file='inc/head.tpl'} {include file='inc/header.tpl'} -
+
@@ -32,5 +32,5 @@ {t}Bookmarklet{/t}
-
+ {include file='inc/footer.tpl'} diff --git a/templates/password.tpl b/templates/password.tpl index a4c56f2..de412ba 100644 --- a/templates/password.tpl +++ b/templates/password.tpl @@ -1,6 +1,6 @@ {include file='inc/head.tpl'}
-
+
{include file="inc/logo.tpl"}

{t}This video is protected{/t}

{t}You need a password in order to download this video.{/t}

@@ -9,5 +9,5 @@

-
+ {include file='inc/footer.tpl'} diff --git a/templates/playlist.tpl b/templates/playlist.tpl index fcf9847..39617a0 100644 --- a/templates/playlist.tpl +++ b/templates/playlist.tpl @@ -1,6 +1,6 @@ {include file="inc/head.tpl"}
-
+
{include file="inc/logo.tpl"}

{t}Videos extracted from{/t} {if isset($video->title)} @@ -28,5 +28,5 @@

{/foreach} -
+ {include file="inc/footer.tpl"} diff --git a/templates/video.tpl b/templates/video.tpl index 12797f6..7198e0a 100644 --- a/templates/video.tpl +++ b/templates/video.tpl @@ -1,7 +1,7 @@ {include file="inc/head.tpl"}