We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abe1aa1 commit fe72561Copy full SHA for fe72561
2 files changed
config.example
@@ -2,7 +2,6 @@
2
3
date_default_timezone_set('Asia/Shanghai');
4
5
-$app_name = "XXX's GReader";
6
$app_path = '/reader';
7
$app_domain = 'example.com';
8
$app_url = "http://$app_domain$app_path";
mr-item.php
@@ -90,7 +90,7 @@
90
<html lang="en">
91
<head>
92
<meta charset="utf-8" />
93
- <title><?php echo $app_name; ?></title>
+ <title><?php echo $title; ?></title>
94
<style type="text/css">
95
.title { background-color: #ddddff; margin: 0; }
96
.src { font-size: small; color: green; }
0 commit comments