agenda-admin.tpl.php in Agenda 6
Same filename and directory in other branches
Template file for administrative page
1 theme call to agenda-admin.tpl.php
- agenda_admin in ./
agenda.admin.php - Admin configuration page
File
agenda-admin.tpl.phpView 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>» <?php
echo l('Create a new block', 'admin/settings/agenda/0/configure');
?>.</p>