Skip to content

Commit d0ba31f

Browse files
Update base.php
1 parent 751c919 commit d0ba31f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/base.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!DOCTYPE html>
33
<html>
44
<head>
5-
<title><?php echo $config['site_name']; ?></title>
5+
<title><?php echo $page_title . ' x ' . $config['site_name']; ?></title>
66
<link rel="stylesheet" href="css/style.css">
77
</head>
88
<body>

0 commit comments

Comments
 (0)