Fix: comment old code
This commit is contained in:
parent
d800d10766
commit
896c8b4a78
@ -281,7 +281,7 @@ if (!empty($conf->global->MAIN_EASTER_EGG_COMMITSTRIP)) {
|
|||||||
<?php if (! empty($conf->global->MAIN_HTML_FOOTER)) print $conf->global->MAIN_HTML_FOOTER; ?>
|
<?php if (! empty($conf->global->MAIN_HTML_FOOTER)) print $conf->global->MAIN_HTML_FOOTER; ?>
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
if (! empty($morelogincontent) && is_array($morelogincontent)) {
|
/*if (! empty($morelogincontent) && is_array($morelogincontent)) {
|
||||||
foreach ($morelogincontent as $format => $option)
|
foreach ($morelogincontent as $format => $option)
|
||||||
{
|
{
|
||||||
if ($format == 'js') {
|
if ($format == 'js') {
|
||||||
@ -289,7 +289,7 @@ if (! empty($morelogincontent) && is_array($morelogincontent)) {
|
|||||||
echo $option."\n";
|
echo $option."\n";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}*/
|
||||||
if (! empty($moreloginextracontent)) {
|
if (! empty($moreloginextracontent)) {
|
||||||
echo $moreloginextracontent;
|
echo $moreloginextracontent;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user