From 37cf85eb36f14d5d6520e3e27f813edb8c4b6738 Mon Sep 17 00:00:00 2001 From: Thomas Lange Date: Mon, 20 Mar 2017 22:10:01 +0100 Subject: The javascript part was outsourced to a new file to reduce duplicate code. --- template/standard/html/main.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'template/standard/html/main.php') diff --git a/template/standard/html/main.php b/template/standard/html/main.php index e6c0e10..c6cfa7d 100644 --- a/template/standard/html/main.php +++ b/template/standard/html/main.php @@ -47,6 +47,8 @@ $BLOGMETA_DESC = escapeHTML($BLOGMETA['DESC']); + + <?="{$HEAD_NAME} | {$BLOGMETA_NAME} {$BLOGMETA_DESC}"?> -- cgit v1.2.3