You are here

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

File

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

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

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

}