mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 22:03:49 -07:00
Added PM counter in title (#613)
This commit is contained in:
parent
7bbeff0141
commit
b7f0a7bbca
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<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-Type" content="text/html; charset={CONTENT_ENCODING}" />
|
||||||
<meta http-equiv="Content-Style-Type" content="text/css" />
|
<meta http-equiv="Content-Style-Type" content="text/css" />
|
||||||
<meta property="og:image" content="{SITE_URL}styles/images/logo/logo.png" />
|
<meta property="og:image" content="{SITE_URL}styles/images/logo/logo.png" />
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue