mirror of
https://github.com/torrentpier/torrentpier-lts.git
synced 2025-02-28 15:10:54 +03:00
Added showing PM counter in page title (#193)
This commit is contained in:
parent
1412407f0c
commit
c56d29029c
@ -1,7 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="{$bb_cfg['default_lang']}">
|
||||
<head>
|
||||
<title><!-- IF PAGE_TITLE -->{PAGE_TITLE} :: {SITENAME}<!-- ELSE -->{SITENAME}<!-- ENDIF --></title>
|
||||
<title><!-- IF HAVE_NEW_PM -->({HAVE_NEW_PM}) <!-- ENDIF --><!-- IF PAGE_TITLE -->{PAGE_TITLE} :: {SITENAME}<!-- ELSE -->{SITENAME}<!-- ENDIF --></title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset={CONTENT_ENCODING}" />
|
||||
<meta http-equiv="Content-Style-Type" content="text/css" />
|
||||
<meta name="application-name" content="{SITENAME}"/>
|
||||
|
Loading…
Reference in New Issue
Block a user