1
0
mirror of https://github.com/flarum/core.git synced 2025-08-10 18:35:56 +02:00

Extract config into database

This commit is contained in:
Toby Zerner
2015-05-02 08:07:51 +09:30
parent a0ade68d65
commit c3aecbceaa
4 changed files with 18 additions and 8 deletions

View File

@@ -4,7 +4,7 @@
<header class="global-header" id="header">
<div id="back-button"></div>
<div class="container">
<h1 class="header-title"><a href="#" onclick="app.history.home()">Flarum Demo Forum</a></h1>
<h1 class="header-title"><a href="#" onclick="app.history.home()">{{ $config['forum_title'] }}</a></h1>
<div id="header-primary" class="header-primary"></div>
<div id="header-secondary" class="header-secondary"></div>
</div>