changeset 48 | 2b8781fd2e49 |
parent 47 | ae140472d97c |
child 71 | e1b918eaf69a |
47:ae140472d97c | 48:2b8781fd2e49 |
---|---|
62 <? |
62 <? |
63 } elseif ($_GET["edit"]) { |
63 } elseif ($_GET["edit"]) { |
64 include_once("inc/header.inc.php"); |
64 include_once("inc/header.inc.php"); |
65 } else { |
65 } else { |
66 include_once("inc/header.inc.php"); |
66 include_once("inc/header.inc.php"); |
67 echo _("Nothing to do!"); |
67 echo _('Nothing to do!'); |
68 } |
68 } |
69 include_once("inc/footer.inc.php"); |
69 include_once("inc/footer.inc.php"); |