From 5ca6c8126ebb0efed1cc039856df7b9d9cf5dc9d Mon Sep 17 00:00:00 2001 From: Deon George Date: Sun, 8 Aug 2021 20:46:52 +1000 Subject: [PATCH] Show version in about --- public/oldschool/css/main.css | 12 ++++++++++++ resources/views/about.blade.php | 1 + 2 files changed, 13 insertions(+) diff --git a/public/oldschool/css/main.css b/public/oldschool/css/main.css index 798b72d..7d1287a 100644 --- a/public/oldschool/css/main.css +++ b/public/oldschool/css/main.css @@ -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; diff --git a/resources/views/about.blade.php b/resources/views/about.blade.php index 3eb7768..7c2fae6 100644 --- a/resources/views/about.blade.php +++ b/resources/views/about.blade.php @@ -61,4 +61,5 @@ If you have more than 1 BBS, then the Clearing House can receive all your mail f

Open Source

FTN Clearing House is build with Open Source software. At it's core, PHP drives this web UI and the interaction with nodes.

This web UI has been inspired by the great work at int10h.org. If you have ideas to make it even better, please send me a message, or submit your comments in gitlab

+ clrghouz [{{ gethostname() }}@if (File::exists('../VERSION')) @ {{ chop(File::get('../VERSION')) }}@endif] @endsection \ No newline at end of file