Skip to content

Commit b46439d

Browse files
committed
add Daniel_GGG, update / move footer to config
1 parent eafa67c commit b46439d

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

includes/config.inc.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
'page' => array(
77
'date_format' => 'M j, Y G:i A',
88
'time_offset' => 0,
9+
'footer' =>
10+
'Please direct feedback to <a href="http://www.pathofexile.com/forum/view-thread/69448" target="_blank">this thread</a>. '.
11+
'Want a new feature? <a href="https://github.com/ccbrown/gggtracker" target="_blank">Add it yourself!</a>',
912
),
1013

1114
'mysql' => array(
@@ -29,7 +32,7 @@
2932
'Qarl', 'Andrew_GGG', 'Damien_GGG', 'Russell', 'Joel_GGG', 'Ari', 'Thomas',
3033
'BrianWeissman', 'Edwin_GGG', 'Support', 'Dylan', 'MaxS', 'Ammon_GGG',
3134
'Jess_GGG', 'Robbie_GGG', 'GGG_Neon', 'Jason_GGG', 'Henry_GGG', 'Luca_GGG',
32-
'Michael_GGG', 'Bex_GGG', 'Cagan_GGG',
35+
'Michael_GGG', 'Bex_GGG', 'Cagan_GGG', 'Daniel_GGG',
3336
),
3437
'twitter_name' => 'pathofexile',
3538
),

includes/footer.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<div class="footer">
1313
Page generated in <?= round(array_sum(explode(' ', microtime())) - $_['page']['start_time'], 6) ?> seconds.
1414
This site is not affiliated with Path of Exile or Grinding Gear Games in any way. <br />
15-
Please direct feedback to <a href="http://www.pathofexile.com/forum/view-thread/69448" target="_blank">this thread</a>.
15+
<?= $_['page']['footer'] ?>
1616
</div>
1717
</div>
1818
</center>

0 commit comments

Comments
 (0)