mirror of
https://github.com/Neetpone/ponepaste.git
synced 2025-03-12 14:40:09 +01:00
Brought back titles
Paste titles now appear in browser tabs.
This commit is contained in:
parent
7631a1ca1e
commit
822fb0302a
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||||
?>
|
?>
|
||||||
|
|
Loading…
Add table
Reference in a new issue