--- dekicms.php~ Thu Apr 17 16:18:24 2008
+++ dekicms.php Fri May 2 17:28:37 2008
@@ -134,7 +134,7 @@
<div class="user">
<a href="<?php $this->html('url'); ?>"><?php echo(wfMsg('Page.User.page-
title'));?></a>
</div>
- <?} ?>
+ <?php } ?>
<div class="siteTools">
<ul>
@@ -205,7 +205,7 @@
</div>
<div class="siteNavPost"></div>
</div>
- <? } ?>
+ <?php } ?>
<div class="body">
<div class="bodyHeader">
<div class="pre"></div>
@@ -228,9 +228,9 @@
<?php if (!Skin::isNewPage() && !Skin::isEditPage()) {?>
<div class="pageTitle">
<?php if (!$wgUser->isAnonymous()) { ?>
- <?if ($this->haveData('pageismoved')) { echo('<a class="pageMoved" href=
"'.$this->haveData('pagemovelocation').'">'.$this->haveData('pagemovemessage').'</a>'); }?>
- <?}?>
- <h1 id="title"><span <?if ($this->haveData('pageisrestricted')) { echo(' class="
pageRestricted" '); }?>><?php $this->html('displaypagetitle'); ?></span></h1>
+ <?php if ($this->haveData('pageismoved')) { echo('<a class="pageMoved" h
ref="'.$this->haveData('pagemovelocation').'">'.$this->haveData('pagemovemessage').'</a>'); }?>
+ <?php } ?>
+ <h1 id="title"><span <?php if ($this->haveData('pageisrestricted')) { echo(' cla
ss="pageRestricted" '); }?>><?php $this->html('displaypagetitle'); ?></span></h1>
</div>
<?php } ?>
@@ -280,7 +280,7 @@
<?php $this->html('comments'); ?>
<?php } ?>
- <? } ?>
+ <?php } ?>
<div class="custom custom5">
<?php $this->html('customarea5'); ?>
@@ -345,7 +345,7 @@
<div onclick="menuBubble=true;" class="menu" id="menuPageContent" style="display:none;">
<?php $this->html('toc'); ?>
</div>
-<? }?>
+<?php } ?>
<?php $this->html('pagefooter'); ?>
119: <?php if (!$wgUser->isAnonymous()) { ?>
157: <div class="siteSearch">
This code shows to ALL users, including anonymous
<?php if (!$wgUser->isAnonymous()) { ?>
This code only shows to Non anonymous users, aka logged in users..
<?php }?>
This code shows to ALL users, including anonymous
<?php if ($this->hasData('hierarchy') && $wgTitle->isEditable() && Skin::isViewPage()) { ?>
<div class="hierarchy">
<?php $this->html('hierarchy'); ?>
</div>
<?php } ?>
or more simply just:
<?php $this->html('hierarchy'); ?>
<?php $this->html('sitenavtext'); ?>
<?php $this->FiestaSiteSearch(); ?>
Thread Tools |
Search this Thread |
Display Modes
|
|