cleanup
This commit is contained in:
parent
a75e1989c1
commit
5ed03c349a
1 changed files with 6 additions and 7 deletions
|
@ -740,14 +740,15 @@ define(\'DEBUG\', FALSE);
|
||||||
echo $data;
|
echo $data;
|
||||||
}
|
}
|
||||||
|
|
||||||
function footer(){
|
function footer(): string
|
||||||
echo '</div><div class="footer">
|
{
|
||||||
<p> <a href="http://www.astat.org">astat Installer v1.1 © 2012 astat</a></p>
|
return '</div><div class="footer">
|
||||||
|
<p> <a href="http://www.becast.at">BeCastWebEngine Installer v1.2 © 2012-2025 BeCast</a></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<span style="font-size: xx-small; display: block; text-align:center;">Original Theme: <a href="http://www-personal.umich.edu/~hnarayan/">v2.0.0 © HN MMVII</a></span>
|
<span style="font-size: xx-small; display: block; text-align:center;">Original Theme: <a href="https://github.com/hnarayanan/simplicity-2">v2.0.0 © HN MMVII</a></span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -764,6 +765,4 @@ if(!$step || $step==''){
|
||||||
$step='start';
|
$step='start';
|
||||||
}
|
}
|
||||||
$install->step($step);
|
$install->step($step);
|
||||||
$install->footer();
|
echo $install->footer();
|
||||||
|
|
||||||
?>
|
|
Loading…
Add table
Add a link
Reference in a new issue