You are here

agenda-admin.tpl.php in Agenda 6.2

Same filename and directory in other branches
  1. 6 agenda-admin.tpl.php
  2. 7.2 agenda-admin.tpl.php
  3. 7 agenda-admin.tpl.php

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

}