summaryrefslogtreecommitdiff
path: root/modules/latestupdates/views/latestupdates_block.html.php
blob: b1dd90744a6137d5bbe7c71ba7c352784a5f515b (plain)
1
2
3
4
5
6
7
8
9
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>