diff options
Diffstat (limited to 'rules.php')
| -rw-r--r-- | rules.php | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -18,7 +18,7 @@ if (is_file($path)) { <html> <head> - <title>The Rules of <?php echo INSTANCE_NAME ?></title> + <title>The Rules of <?php echo CONFIG['instance']['name'] ?></title> <link rel="shortcut icon" href="/static/favicon.ico" type="image/x-icon"> <link rel="stylesheet" href="/static/style.css"> </head> @@ -30,7 +30,7 @@ if (is_file($path)) { <div class="content row"> <div class="sidebar" style="min-width: 300px;"></div> <div class="content"> - <h1>The Rules of <?php echo INSTANCE_NAME ?></h1> + <h1>The Rules of <?php echo CONFIG['instance']['name'] ?></h1> <ol> <?php foreach ($contents as $line) { |
