Show version in about
This commit is contained in:
parent
8d4ca2963d
commit
5ca6c8126e
12
public/oldschool/css/main.css
vendored
12
public/oldschool/css/main.css
vendored
@ -74,6 +74,18 @@ strong.highlight {
|
||||
color: #eee;
|
||||
}
|
||||
|
||||
strong.danger {
|
||||
color: #e00;
|
||||
}
|
||||
|
||||
strong.success {
|
||||
color: #0e0;
|
||||
}
|
||||
|
||||
strong.gray {
|
||||
color: #565656;
|
||||
}
|
||||
|
||||
body {
|
||||
font-family:ibmbios2y,monospace;
|
||||
font-size:16px;
|
||||
|
@ -61,4 +61,5 @@ If you have more than 1 BBS, then the Clearing House can receive all your mail f
|
||||
<h4>Open Source</h4>
|
||||
<p>FTN Clearing House is build with Open Source software. At it's core, PHP drives this web UI and the interaction with nodes.</p>
|
||||
<p>This web UI has been inspired by the great work at <a href="https://int10h.org">int10h.org</a>. If you have ideas to make it even better, please send me a message, or submit your comments in <a href="https://dev.leenooks.net/bbs/clrghouz">gitlab</a></p>
|
||||
<span class="float-end"><strong class="highlight">clrghouz</strong> <small>[<strong class="gray">{{ gethostname() }}</strong>@if (File::exists('../VERSION')) @ <strong class="success">{{ chop(File::get('../VERSION')) }}</strong>@endif]</small></span>
|
||||
@endsection
|
Loading…
Reference in New Issue
Block a user