page-admin-settings-cron-log.tpl.php 505 B

1234567891011121314151617
  1. <?php
  2. /**
  3. * @file
  4. */
  5. ?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  6. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  7. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php print $language->language ?>" lang="<?php print $language->language ?>" dir="<?php print $language->dir ?>">
  8. <head>
  9. <?php print $head ?>
  10. <title><?php print $head_title ?></title>
  11. <?php print $styles ?>
  12. <?php print $scripts ?>
  13. </head>
  14. <body>
  15. <?php print $content ?>
  16. </body>
  17. </html>