diff options
author | Bharat Mediratta <bharat@menalto.com> | 2008-12-30 04:13:43 +0000 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2008-12-30 04:13:43 +0000 |
commit | 538bf91a58c2482cd081a019f2cc419472ad9c0f (patch) | |
tree | 465fcfe11adbff05f34bef944947d727f475b260 /core | |
parent | d7d37d07dd543a8d7326aa9502dc2271da0c8c99 (diff) |
Add some basic explanatory text
Diffstat (limited to 'core')
-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> |