diff options
Diffstat (limited to 'include/ax.php')
-rw-r--r-- | include/ax.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/ax.php b/include/ax.php index bc7cdc4..75d13a3 100644 --- a/include/ax.php +++ b/include/ax.php @@ -1,10 +1,10 @@ -<?php addHeading("Advanced X", "about"); ?> +<?php add_heading("Advanced X", "about"); ?> <section> <p><em>Advanced X</em> (or just <em>AX</em>) is a C library for developing apps for the <em>AGB</em> line of hardware.</p> </section> -<?php addHeading("Status", "status"); ?> +<?php add_heading("Status", "status"); ?> <section> <p>The development of <em>AX</em> is currently on hold to prioritise <a href="?p=luma"><em>Luma</em></a> and <a href="?p=eas"><em>eAS</em></a>.</p> |