This repository has been archived by the owner on Nov 3, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 213
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use short open tags in the templates
- Loading branch information
Showing
22 changed files
with
112 additions
and
112 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,20 @@ | ||
|
||
<?php if ($this->header): ?> | ||
<div class="header<?php echo $this->classHeader; ?>"> | ||
<time datetime="<?php echo $this->datetime; ?>" class="date"><?php echo $this->firstDate; ?></time><?php if ($this->firstDay): ?> <span class="day">(<?php echo $this->firstDay; ?>)</span><?php endif; ?> | ||
<div class="header<?= $this->classHeader ?>"> | ||
<time datetime="<?= $this->datetime ?>" class="date"><?= $this->firstDate ?></time><?php if ($this->firstDay): ?> <span class="day">(<?= $this->firstDay ?>)</span><?php endif; ?> | ||
</div> | ||
<?php endif; ?> | ||
|
||
<div class="event layout_list<?php echo $this->classList; ?>"> | ||
<div class="event layout_list<?= $this->classList ?>"> | ||
|
||
<h2><a href="<?php echo $this->href; ?>" title="<?php echo $this->title; ?> (<?php if ($this->day): echo $this->day; ?>, <?php endif; echo $this->date; if ($this->time): ?>, <?php echo $this->time; endif; ?>)"<?php echo $this->target; ?>><?php echo $this->link; ?></a></h2> | ||
<h2><a href="<?= $this->href ?>" title="<?= $this->title ?> (<?php if ($this->day) echo $this->day . ', '; ?><?= $this->date ?><?php if ($this->time) echo ', ' . $this->time; ?>)"<?= $this->target ?>><?= $this->link ?></a></h2> | ||
|
||
<?php if ($this->time || $this->span): ?> | ||
<p class="time"><?php echo $this->time . $this->span; ?></p> | ||
<p class="time"><?= $this->time . $this->span ?></p> | ||
<?php endif; ?> | ||
|
||
<div class="ce_text block"> | ||
<?php echo $this->details; ?> | ||
<?= $this->details ?> | ||
</div> | ||
|
||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,20 @@ | ||
|
||
<?php if ($this->header): ?> | ||
<div class="header<?php echo $this->classHeader; ?>"> | ||
<span class="date"><?php echo $this->firstDate; ?></span><?php if ($this->firstDay): ?> <span class="day">(<?php echo $this->firstDay; ?>)</span><?php endif; ?> | ||
<div class="header<?= $this->classHeader ?>"> | ||
<span class="date"><?= $this->firstDate ?></span><?php if ($this->firstDay): ?> <span class="day">(<?= $this->firstDay ?>)</span><?php endif; ?> | ||
</div> | ||
<?php endif; ?> | ||
|
||
<div class="event layout_list<?php echo $this->classList; ?>"> | ||
<div class="event layout_list<?= $this->classList ?>"> | ||
|
||
<h2><a href="<?php echo $this->href; ?>" title="<?php echo $this->title; ?> (<?php if ($this->day): echo $this->day; ?>, <?php endif; echo $this->date; if ($this->time): ?>, <?php echo $this->time; endif; ?>)"<?php echo $this->target; ?>><?php echo $this->link; ?></a></h2> | ||
<h2><a href="<?= $this->href ?>" title="<?= $this->title ?> (<?php if ($this->day) echo $this->day . ', '; ?><?= $this->date ?><?php if ($this->time) echo ', ' . $this->time; ?>)"<?= $this->target ?>><?= $this->link ?></a></h2> | ||
|
||
<?php if ($this->time || $this->span): ?> | ||
<p class="time"><?php echo $this->time . $this->span; ?></p> | ||
<p class="time"><?= $this->time . $this->span ?></p> | ||
<?php endif; ?> | ||
|
||
<div class="ce_text block"> | ||
<?php echo $this->details; ?> | ||
<?= $this->details ?> | ||
</div> | ||
|
||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,28 @@ | ||
|
||
<?php if ($this->header): ?> | ||
<div class="header<?php echo $this->classHeader; ?>"> | ||
<span class="date"><?php echo $this->firstDate; ?></span><?php if ($this->firstDay): ?> <span class="day">(<?php echo $this->firstDay; ?>)</span><?php endif; ?> | ||
<div class="header<?= $this->classHeader ?>"> | ||
<span class="date"><?= $this->firstDate ?></span><?php if ($this->firstDay): ?> <span class="day">(<?= $this->firstDay ?>)</span><?php endif; ?> | ||
</div> | ||
<?php endif; ?> | ||
|
||
<div class="event layout_teaser<?php echo $this->classList; ?>"> | ||
<div class="event layout_teaser<?= $this->classList ?>"> | ||
|
||
<?php if ($this->details): ?> | ||
<h2><a href="<?php echo $this->href; ?>" title="<?php echo $this->title; ?> (<?php if ($this->day): echo $this->day; ?>, <?php endif; echo $this->date; if ($this->time): ?>, <?php echo $this->time; endif; ?>)"<?php echo $this->target; ?>><?php echo $this->link; ?></a></h2> | ||
<h2><a href="<?= $this->href ?>" title="<?= $this->title ?> (<?php if ($this->day) echo $this->day . ', '; ?><?= $this->date ?><?php if ($this->time) echo ', ' . $this->time; ?>)"<?= $this->target ?>><?= $this->link ?></a></h2> | ||
<?php else: ?> | ||
<h2><?php echo $this->title; ?></h2> | ||
<h2><?= $this->title ?></h2> | ||
<?php endif; ?> | ||
|
||
<?php if ($this->time || $this->span): ?> | ||
<p class="time"><?php echo $this->time . $this->span; ?></p> | ||
<p class="time"><?= $this->time . $this->span ?></p> | ||
<?php endif; ?> | ||
|
||
<div class="teaser"> | ||
<?php echo $this->teaser; ?> | ||
<?= $this->teaser ?> | ||
</div> | ||
|
||
<?php if ($this->details): ?> | ||
<p class="more"><a href="<?php echo $this->href; ?>" title="<?php echo $this->readMore; ?>"<?php echo $this->target; ?>><?php echo $this->more; ?> <span class="invisible"><?php echo $this->link; ?></span></a></p> | ||
<p class="more"><a href="<?= $this->href ?>" title="<?= $this->readMore ?>"<?= $this->target ?>><?= $this->more ?> <span class="invisible"><?= $this->link ?></span></a></p> | ||
<?php endif; ?> | ||
|
||
</div> |
Oops, something went wrong.