diff options
| author | Bharat Mediratta <bharat@menalto.com> | 2008-12-20 01:08:39 +0000 |
|---|---|---|
| committer | Bharat Mediratta <bharat@menalto.com> | 2008-12-20 01:08:39 +0000 |
| commit | 68e9dcf027551ea6cde85eefd3b58023d233604d (patch) | |
| tree | 055a94ca7a8cd40d28a68defb67fec2d33bb8375 /core/views/admin_block_news.html.php | |
| parent | ac4bb34cf26ea5147849d47bab2747473503d582 (diff) | |
Move Platform and Project News admin sidebar blocks into the new
modular structure.
Diffstat (limited to 'core/views/admin_block_news.html.php')
| -rw-r--r-- | core/views/admin_block_news.html.php | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/core/views/admin_block_news.html.php b/core/views/admin_block_news.html.php new file mode 100644 index 00000000..963a8cbd --- /dev/null +++ b/core/views/admin_block_news.html.php @@ -0,0 +1,9 @@ +<? defined("SYSPATH") or die("No direct script access."); ?> +<ul> + <li>10-Apr <a href="#">Gallery 3.1 released!</a></li> + <li>26-Feb <a href="#">New theme tutorials now available</a></li> + <li>4-Feb <a href="#">Gallery 3.0 released!</a></li> +</ul> + + + |
