File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ public static function render_header($page_name, $admin = false){
129129 * Renders footer
130130 * @param Boolean $admin decides whether to load admin scripts
131131 */
132- public static function render_footer ($ admin = false , $ additional_copyright = "" )
132+ public static function render_footer ($ admin = false )
133133 {
134134 global $ negotiator ;
135135 $ lang_names = $ negotiator ->get_accepted_langs ();
@@ -138,7 +138,7 @@ public static function render_footer($admin = false,$additional_copyright = "")
138138 <div id="footerwrap">
139139 <div class="container">
140140 <div class="row centered">
141- <div class="col-md-4 text-left"><a href="https://github.com/Pryx/server-status/graphs/contributions" target="_blank"><i class="fab fa-github" aria-hidden="true"></i> </a> Copyright © <?php echo date ("Y " );?> Server Status Project Contributors </a><?php if (strlen ($ additional_copyright )>1 ){ echo " and " .$ additional_copyright ; } ?> </div>
141+ <div class="col-md-4 text-left"><a href="https://github.com/Pryx/server-status/graphs/contributions" target="_blank">Copyright © <?php echo date ("Y " );?> Server Status Project Contributors </a><?php if (strlen (COPYRIGHT_TEXT )>1 ){ echo " and " .$ additional_copyright ; } ?> </div>
142142 <div class="col-md-4 text-center">
143143 <div class="btn-group dropup">
144144 <button type="button" class="btn btn-primary"><?php echo '<img src=" ' .WEB_URL .'/locale/ ' .$ _SESSION ['locale ' ].'/flag.png" alt=" ' .$ lang_names [$ _SESSION ['locale ' ]].'"> ' .$ lang_names [$ _SESSION ['locale ' ]];?> </button>
You can’t perform that action at this time.
0 commit comments