-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
127 additions
and
18 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<?php | ||
/** | ||
* Template: Single Event, List view. | ||
* | ||
* @category Templates | ||
* @package My Calendar | ||
* @author Joe Dolson | ||
* @license GPLv2 or later | ||
* @link https://www.joedolson.com/my-calendar/ | ||
*/ | ||
|
||
?> | ||
<?php mc_template_tag( $data, 'title' ); ?> |
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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<?php | ||
/** | ||
* Template: Single Event, Grid view. | ||
* | ||
* @category Templates | ||
* @package My Calendar | ||
* @author Joe Dolson | ||
* @license GPLv2 or later | ||
* @link https://www.joedolson.com/my-calendar/ | ||
*/ | ||
|
||
?> | ||
<?php mc_template_tag( $data, 'title' ); ?> | ||
|
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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<?php | ||
/** | ||
* Template: Single Event, List view. | ||
* | ||
* @category Templates | ||
* @package My Calendar | ||
* @author Joe Dolson | ||
* @license GPLv2 or later | ||
* @link https://www.joedolson.com/my-calendar/ | ||
*/ | ||
|
||
?> | ||
<?php mc_template_tag( $data, 'title' ); ?> | ||
|
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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<?php | ||
/** | ||
* Template: Single Event, Mini view. | ||
* | ||
* @category Templates | ||
* @package My Calendar | ||
* @author Joe Dolson | ||
* @license GPLv2 or later | ||
* @link https://www.joedolson.com/my-calendar/ | ||
*/ | ||
|
||
?> | ||
<?php mc_template_tag( $data, 'title' ); ?> | ||
|
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 |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<?php | ||
/** | ||
* Template: Single Event, Single view. | ||
* | ||
* @category Templates | ||
* @package My Calendar | ||
* @author Joe Dolson | ||
* @license GPLv2 or later | ||
* @link https://www.joedolson.com/my-calendar/ | ||
*/ | ||
|
||
/** | ||
* Event templates access any template tags using the function `mc_template_tag`. The object $event is available in all templates. | ||
*/ | ||
?> | ||
<?php mc_template_tag( $data, 'title' ); ?> | ||
|
||
|
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