diff options
| author | Bharat Mediratta <bharat@menalto.com> | 2008-12-20 01:00:52 +0000 |
|---|---|---|
| committer | Bharat Mediratta <bharat@menalto.com> | 2008-12-20 01:00:52 +0000 |
| commit | ac4bb34cf26ea5147849d47bab2747473503d582 (patch) | |
| tree | 301de6dea25e1d1c39b75becfd6ca3c22a1e0ce5 /core/views | |
| parent | aee3efe972317b49329703e354cc1d90afdf9488 (diff) | |
Add admin sidebar blocks, and move the stats block into that pattern.
Diffstat (limited to 'core/views')
| -rw-r--r-- | core/views/admin_block_stats.html.php | 5 | ||||
| -rw-r--r-- | core/views/admin_block_welcome.html.php (renamed from core/views/admin_dashboard_welcome.html.php) | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/core/views/admin_block_stats.html.php b/core/views/admin_block_stats.html.php new file mode 100644 index 00000000..af427323 --- /dev/null +++ b/core/views/admin_block_stats.html.php @@ -0,0 +1,5 @@ +<? defined("SYSPATH") or die("No direct script access."); ?> +<ul> + <li>Version: 3.0</li> + <li>Your gallery has 34 albums containing 603 photos with 26 comments.</li> +</ul> diff --git a/core/views/admin_dashboard_welcome.html.php b/core/views/admin_block_welcome.html.php index 996adc9f..d4ae475a 100644 --- a/core/views/admin_dashboard_welcome.html.php +++ b/core/views/admin_block_welcome.html.php @@ -1,3 +1,4 @@ +<? defined("SYSPATH") or die("No direct script access."); ?> <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 |
