Skip to content

Commit fe72561

Browse files
committed
show item's title in title bar
1 parent abe1aa1 commit fe72561

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

config.example

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
date_default_timezone_set('Asia/Shanghai');
44

5-
$app_name = "XXX's GReader";
65
$app_path = '/reader';
76
$app_domain = 'example.com';
87
$app_url = "http://$app_domain$app_path";

mr-item.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
<html lang="en">
9191
<head>
9292
<meta charset="utf-8" />
93-
<title><?php echo $app_name; ?></title>
93+
<title><?php echo $title; ?></title>
9494
<style type="text/css">
9595
.title { background-color: #ddddff; margin: 0; }
9696
.src { font-size: small; color: green; }

0 commit comments

Comments
 (0)