aboutsummaryrefslogtreecommitdiffstats
path: root/functions
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2004-01-26 07:46:46 +0000
committerChad Little <clittle@users.sourceforge.net>2004-01-26 07:46:46 +0000
commitd85c0578f18324c7c0b764f2e6969908f426349f (patch)
tree7230fa2de1f82db4d4ebc973ac3cfdc4b81e521f /functions
parent97490a16baeab752422569259366b309163cb6e5 (diff)
downloadphpicalendar-d85c0578f18324c7c0b764f2e6969908f426349f.tar.gz
phpicalendar-d85c0578f18324c7c0b764f2e6969908f426349f.tar.bz2
phpicalendar-d85c0578f18324c7c0b764f2e6969908f426349f.zip
Template for event checkin.
Diffstat (limited to 'functions')
-rw-r--r--functions/template.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/functions/template.php b/functions/template.php
index a1cf2bb..1472c15 100644
--- a/functions/template.php
+++ b/functions/template.php
@@ -21,8 +21,7 @@ class Page {
if (sizeof($tags) > 0)
foreach ($tags as $tag => $data) {
$data = (file_exists($data)) ? $this->parse($data) : $data;
- $this->page = eregi_replace('{' . $tag . '}', $data,
- $this->page);
+ $this->page = eregi_replace('{' . $tag . '}', $data, $this->page);
}
else
die('No tags designated for replacement.');

© 2014-2024 Faster IT GmbH | imprint | privacy policy