You are here

agenda-admin.tpl.php in Agenda 6

Template file for administrative page

File

agenda-admin.tpl.php
View source
<?php

/**
 * @file
 * Template file for administrative page
 */
if ($table) {
  ?>
  <?php

  echo $table;
}
else {
  ?>
  <p>You have not created any blocks yet.</p>
<?php

}
?>
<p>&raquo; <?php

echo l('Create a new block', 'admin/settings/agenda/0/configure');
?>.</p>