Improved readability, Removed trash, Compressed JSON file slightly

Update .dockerignore, .gitignore, and 55 more files...
This commit is contained in:
2022-04-16 13:57:22 +02:00
parent 2a64b9d050
commit 9c98503b07
57 changed files with 282 additions and 431 deletions

View File

@@ -69,6 +69,7 @@ if($content_has_error) {
<div id="page-title-bar" class="card p-0 pl-20 m-0 square-corners bg-very-dark title-bkgd navbar">
<h2 class="content-title font-size-24 mt-20 text-truncate">
<i class="fad fa-briefcase"></i>&nbsp;&nbsp;<?php
echo('<span class="hidden-xs-and-down">');
if($content_has_error) {
if(isset($_SERVER['HTTP_REFERER'])) {
echo('<a href="'.$_SERVER['HTTP_REFERER'].'">'.localize("content.title.content").'</a>');
@@ -86,7 +87,7 @@ if($content_has_error) {
$_nav_title_text = getContentItemText($requested_item_data["title"]["page"]);
}
echo(localize("content.title.content").'<span class="mx-10">❱</span>'.$_nav_title_text);
echo(localize("content.title.content").'<span class="mx-10">❱</span></span>'.$_nav_title_text);
}
?>
</h2>