3 $this->
data[
'header'] = $this->t(
'cron_header');
4 $this->includeAtTemplateBase(
'includes/header.php');
9 <p><?php echo $this->t(
'cron_info') ?></p>
11 <p><?php echo $this->t(
'cron_suggestion') ?></p>
12 <pre
style=
"font-size: x-small; color: #444; padding: 1em; border: 1px solid #eee; margin: .4em "><code><?php
14 foreach ($this->
data[
'urls'] AS
$url ) {
15 echo
"# " .
$run_text.
' [' .$url[
'tag'].
']' .
"\n";
16 echo
"" . $url[
'int'] .
" curl --silent \"" . $url[
'href'] .
"\" > /dev/null 2>&1\n";
22 <br><p><?php echo $this->t(
'cron_execution') ?></p>
26 foreach ($this->
data[
'urls'] AS $url ) {
27 echo
'<li><a href="' . $url[
'href'] .
'&output=xhtml">' .
$run_text.
' [' .$url[
'tag'].
']' .
'</a></li>';
37 $this->includeAtTemplateBase(
'includes/footer.php');