diff options
Diffstat (limited to 'include/dux.php')
-rw-r--r-- | include/dux.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/dux.php b/include/dux.php index 409ae2a..64c7838 100644 --- a/include/dux.php +++ b/include/dux.php @@ -1,10 +1,10 @@ -<?php addHeading("Dux", "about"); ?> +<?php add_heading("Dux", "about"); ?> <section> <p><em>Dux</em> is a cross-platform widgeting library for developing GUI applications.</p> </section> -<?php addHeading("Status", "status"); ?> +<?php add_heading("Status", "status"); ?> <section> <p>Dux is currently on standby and therefore unmaintained.</p> |