diff options
-rw-r--r-- | themes/default_admin/views/dashboard.html.php | 5 | ||||
-rw-r--r-- | themes/default_admin/views/users.html.php | 1 |
2 files changed, 4 insertions, 2 deletions
diff --git a/themes/default_admin/views/dashboard.html.php b/themes/default_admin/views/dashboard.html.php index 98bb9d12..b0e32c43 100644 --- a/themes/default_admin/views/dashboard.html.php +++ b/themes/default_admin/views/dashboard.html.php @@ -1,11 +1,12 @@ +<? defined("SYSPATH") or die("No direct script access."); ?> <div class="gBlock"> <a href="" class="gClose">X</a> <h2>Welcome to Gallery 3!</h2> <div class="gBlockContent"> <p>This is your administration dashboard and it provides a quick overview of status messages, - recent updates, and frequently used options. Add or remove blocks and rearrange them + recent updates, and frequently used options. Add or remove blocks and rearrange them to tailor to your needs. The admin menu provides quick access to all of Gallery 3's options - and settings. Here are a few of the most used options to get you started.</p> + and settings. Here are a few of the most used options to get you started.</p> <ul> <li><a href="#">General Settings</a> - General configuation options for your Gallery.</li> <li><a href="#">Modules</a> - Manage available and installed modules.</li> diff --git a/themes/default_admin/views/users.html.php b/themes/default_admin/views/users.html.php index 409cacc5..5e43fae9 100644 --- a/themes/default_admin/views/users.html.php +++ b/themes/default_admin/views/users.html.php @@ -1,3 +1,4 @@ +<? defined("SYSPATH") or die("No direct script access."); ?> <div class="gBlock"> <a href="" class="gClose">X</a> <h2>User Administration</h2> |