summaryrefslogtreecommitdiff
path: root/includes/pages/admin_angel_types.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/pages/admin_angel_types.php')
-rw-r--r--includes/pages/admin_angel_types.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/includes/pages/admin_angel_types.php b/includes/pages/admin_angel_types.php
index bb4e1d52..e329604f 100644
--- a/includes/pages/admin_angel_types.php
+++ b/includes/pages/admin_angel_types.php
@@ -1,4 +1,8 @@
<?php
+function admin_angel_types_title() {
+ return _("Angeltypes");
+}
+
function admin_angel_types() {
$angel_types_source = sql_select("SELECT * FROM `AngelTypes` ORDER BY `name`");
$angel_types = array ();