diff options
Diffstat (limited to 'include/luma.php')
-rw-r--r-- | include/luma.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/luma.php b/include/luma.php index a8192ea..3af80af 100644 --- a/include/luma.php +++ b/include/luma.php @@ -1,10 +1,10 @@ -<?php addHeading("Luma", "about"); ?> +<?php add_heading("Luma", "about"); ?> <section> <p><em>Luma</em> is an emulator for the <em>AGB</em> line of game consoles by Nintendo Co.</p> </section> -<?php addHeading("Status", "status"); ?> +<?php add_heading("Status", "status"); ?> <section> <p>The development of <em>Luma</em> is currently on hold in favour of <a href="?p=pollex"><em>Pollex</em></a>, which is to be used as a backend.</p> |