refactor: Move app name to a config variable

See #205
This commit is contained in:
Pierre Rudloff 2019-01-06 16:59:16 +01:00
parent 5b7b101a8a
commit c6cf05f8ec
6 changed files with 16 additions and 5 deletions

View file

@ -2,7 +2,7 @@
{include file='inc/header.tpl'}
<main class="main">
<div><img class="logo" src="{base_url}/img/logo.png"
alt="AllTube Download" width="328" height="284"></div>
alt="{$config->appName}" width="328" height="284"></div>
<form action="{path_for name="video"}">
<label class="labelurl" for="url">
{t}Copy here the URL of your video (Youtube, Dailymotion, etc.){/t}