> For the complete documentation index, see [llms.txt](https://playground.e107sk.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://playground.e107sk.com/e107-efiction-integration-update/e107-integration-ii./footerf.md).

# FOOTERF

Using as the last lines of the page:

```
require_once(FOOTERF); 
exit;
```

eFiction uses its own template system. Instead output to screen, output content to variable and then render it standard e107 way.&#x20;

$caption is prepared for page caption.&#x20;

```
//$tpl->printToScreen( );
$text = $tpl->getOutputContent(); 
e107::getRender()->tablerender($caption, $text, $current);
require_once(FOOTERF); 
exit;
```

Result:

![Result after using FOOTERF](/files/-Mi7vgtNLaPtZqOjQNFt)

Result with basic e107 Epiphany theme

![](/files/-MiBQefT_BBkMAur5qXh)

Commit after those changes:

{% embed url="<https://github.com/e107-eFiction/efiction-e107-integration/commit/497a51b73a7f09c499513f8f8da2befa0c7e6ca1>" %}
