mirror of
https://github.com/friendica/friendica
synced 2026-01-20 18:58:45 +01:00
footer is serving no useful purpose.
This commit is contained in:
parent
0e39f60c04
commit
1cffecd1be
4 changed files with 29 additions and 24 deletions
|
|
@ -120,6 +120,9 @@ else
|
|||
* "module"_afterpost
|
||||
* "module"_content - the string return of this function contains our page body
|
||||
*
|
||||
* Modules which emit other serialisations besides HTML (XML,JSON, etc.) should do
|
||||
* so within the module init and/or post functions and then invoke killme() to terminate
|
||||
* further processing.
|
||||
*/
|
||||
|
||||
if(strlen($a->module)) {
|
||||
|
|
@ -193,7 +196,7 @@ $a->page['content'] .= '<div id="pause"></div>';
|
|||
*/
|
||||
|
||||
if($a->module != 'install')
|
||||
require_once("nav.php");
|
||||
require_once('nav.php');
|
||||
|
||||
/**
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue