From 01ea7d28a961261f21f1d089b16fc7baae046953 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Mon, 11 Feb 2019 13:23:52 +0100 Subject: lib/style.php: allow for title without extension --- lib/style.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/style.php b/lib/style.php index 3527994..ea7d4b2 100644 --- a/lib/style.php +++ b/lib/style.php @@ -11,7 +11,10 @@ function print_header($title) { - Arch Linux 32 - <?php print $title; ?> + Arch Linux 32<?php +if (!empty($title)) + print " - " . $title; +?> -- cgit v1.2.3