We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 751c919 commit d0ba31fCopy full SHA for d0ba31f
layouts/base.php
@@ -2,7 +2,7 @@
2
<!DOCTYPE html>
3
<html>
4
<head>
5
- <title><?php echo $config['site_name']; ?></title>
+ <title><?php echo $page_title . ' x ' . $config['site_name']; ?></title>
6
<link rel="stylesheet" href="css/style.css">
7
</head>
8
<body>
0 commit comments