rename project in config
This commit is contained in:
@@ -1,2 +1,9 @@
|
|||||||
imports:
|
imports:
|
||||||
- { resource: "@JotunheimrUserBundle/Resources/config/services.yml" }
|
- { resource: "@JotunheimrUserBundle/Resources/config/services.yml" }
|
||||||
|
|
||||||
|
twig:
|
||||||
|
globals:
|
||||||
|
jotun_version: '%jotun.version%'
|
||||||
|
project_name: 'MineSeeker'
|
||||||
|
project_shortname: 'Mine'
|
||||||
|
project_monogram: 'MS'
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
{% block fos_user_content %}
|
{% block fos_user_content %}
|
||||||
<div class="login-box">
|
<div class="login-box">
|
||||||
<div class="login-logo">
|
<div class="login-logo">
|
||||||
<a href="#"><b>{{ project_shortname }}</b> Admin</a>
|
<a href="#"><b>{{ project_name }}</b> Admin</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="login-box-body">
|
<div class="login-box-body">
|
||||||
{% if error %}
|
{% if error %}
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<title>{% block title %}TollTerelo Admin - Login{% endblock %}</title>
|
<title>{% block title %}{{ project_name }} Admin - Login{% endblock %}</title>
|
||||||
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
|
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
|
||||||
{% block stylesheets %}
|
{% block stylesheets %}
|
||||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
|
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
|
||||||
|
|||||||
Reference in New Issue
Block a user