You are here

apps-update-page.tpl.php in Apps 7

File

theme/apps-update-page.tpl.php
View source
<?php

if (!empty($content['apps'])) {
  ?>
  <div id="apps-list">
    <?php

  print drupal_render($content['apps']);
  ?>
  </div>
<?php

}
else {
  ?>
  <?php

  print t('No apps with available updates.');
}