Add prominent report bug link

This commit is contained in:
Paul Gear
2013-11-10 05:01:32 +10:00
parent d5eba7e66c
commit eafebe17a6

View File

@@ -22,6 +22,7 @@
<?php
echo('<a target="_blank" href="'.$config['project_issues'].'">Report Bug</a> | ');
$toggle_url = preg_replace('/(\?|\&)widescreen=(yes|no)/', '', $_SERVER['REQUEST_URI']);
if (strstr($toggle_url,'?')) { $toggle_url .= '&amp;'; } else { $toggle_url .= '?'; }