diff options
-rw-r--r-- | core/views/admin_modules.html.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/core/views/admin_modules.html.php b/core/views/admin_modules.html.php index 93d8caf4..2d52c31d 100644 --- a/core/views/admin_modules.html.php +++ b/core/views/admin_modules.html.php @@ -1,5 +1,10 @@ <? defined("SYSPATH") or die("No direct script access."); ?> <div id="gModules"> + <h1> <?= _("Gallery Modules") ?> </h1> + <p> + <?= _("Power up your Gallery by adding more modules! Each module provides new cool features.") ?> + </p> + <form method="post" action="<?= url::site("admin/modules/save") ?>"> <?= access::csrf_form_field() ?> <table> |