mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-08-15 23:09:14 +00:00
Allow instance owners to provide custom name, Include server version in LbpEnvVer
This is the first step towards instance customization. Just a name for now ;)
This commit is contained in:
parent
238894c2be
commit
ee541dbfae
8 changed files with 25 additions and 14 deletions
|
@ -8,7 +8,7 @@
|
|||
Layout = "Layouts/BaseLayout";
|
||||
Model.ShowTitleInPage = false;
|
||||
}
|
||||
<h1>Welcome to <b>Project Lighthouse</b>!</h1>
|
||||
<h1>Welcome to <b>@ServerConfiguration.Instance.Customization.ServerName</b>!</h1>
|
||||
|
||||
@if (Model.User != null)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue