Brought back titles

Paste titles now appear in browser tabs.
This commit is contained in:
aftercase 2021-08-21 23:47:20 +01:00
parent 7631a1ca1e
commit 822fb0302a

View file

@ -27,8 +27,8 @@ $start = $time;
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<title> <title>
<?php if (isset($p_title)) { <?php if (isset($paste_title)) {
echo $p_title . ' - '; echo $paste_title . ' - ';
} }
echo $title; echo $title;
?> ?>