summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2008-12-15 01:49:15 +0000
committerBharat Mediratta <bharat@menalto.com>2008-12-15 01:49:15 +0000
commitac8bb530c2bfb013c444c4119a2396274231143a (patch)
treedcc6910d51abc4685643f5cd71ffecf453b1ca31
parentc02d2554cfdf23a91b6b756ada91ab1ce1018280 (diff)
Add proper preamble
-rw-r--r--themes/default_admin/views/dashboard.html.php5
-rw-r--r--themes/default_admin/views/users.html.php1
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>