diff --git a/classes/service.php b/classes/service.php index 268715c..f771b4a 100644 --- a/classes/service.php +++ b/classes/service.php @@ -244,18 +244,20 @@ public function render(){ } // Render the service status + echo '
'; echo '
  • ' . $this->name .''; //echo '
  • ' . $this->name . ''; if(!empty($this->description)) { echo ' '; } - if ($this->status!=-1){?>
    status]);?>
    + if ($this->status!=-1){?>
    status]);?>
    '; if ( isset($boolFinish) && $boolFinish) { echo ''; } + echo '
  • '; } public function jsonSerialize() { diff --git a/css/main.css b/css/main.css index 41fad38..dec9f2c 100644 --- a/css/main.css +++ b/css/main.css @@ -124,6 +124,13 @@ div.center { font-family: 'Fira Sans', sans-serif; } +body.admin .status{ + box-sizing: border-box; + padding: 15px 35px; + font-size: 1.1em; + font-family: 'Fira Sans', sans-serif; +} + body a h1{ font-size: 1.3em; margin: 0; diff --git a/template.php b/template.php index ba89407..6bec6e1 100644 --- a/template.php +++ b/template.php @@ -26,7 +26,7 @@ public static function render_header($page_name, $admin = false){ if ( 'admin' == $str_url ) { $strSubsMenu = ''; } else { - if (SUBSCRIBE_EMAIL || SUBSCRIBE_TELEGRAM ) { + if ($SUBSCRIBE_EMAIL || $SUBSCRIBE_TELEGRAM ) { // Subscriber menu is to be shown... $strSubsMenu = '