diff options
| author | Tristan Zur <tzur@webserver.ccwn.org> | 2015-06-20 23:56:17 +0200 |
|---|---|---|
| committer | Tristan Zur <tzur@webserver.ccwn.org> | 2015-06-20 23:56:17 +0200 |
| commit | 18a1d682ff18ee69d5c252b013a6a6935cd9b5fe (patch) | |
| tree | b1da62c8b7d03341a7b74b3fbb533e6391950be0 /modules/latestupdates/views/latestupdates_block.html.php | |
| parent | b69c03794f80aa811f0613cf4b802619e7ecdbdd (diff) | |
New modules added
Diffstat (limited to 'modules/latestupdates/views/latestupdates_block.html.php')
| -rw-r--r-- | modules/latestupdates/views/latestupdates_block.html.php | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/modules/latestupdates/views/latestupdates_block.html.php b/modules/latestupdates/views/latestupdates_block.html.php new file mode 100644 index 0000000..b1dd907 --- /dev/null +++ b/modules/latestupdates/views/latestupdates_block.html.php @@ -0,0 +1,10 @@ +<?php defined("SYSPATH") or die("No direct script access.") ?> +<ul id="g-update-list"> +<? foreach($update_links as $title => $url): ?> + <li style="clear: both;"> + <a href="<?= $url ?>"> + <?= t($title) ?> + </a> + </li> +<? endforeach ?> +</ul> |
