moved php end tag out from comment

This commit is contained in:
skodak
2006-04-23 11:45:37 +00:00
parent 1182171459
commit 45c4e0b73d
3 changed files with 6 additions and 3 deletions
+2 -1
View File
@@ -35,7 +35,8 @@
<div class="headermenu"><?php echo $menu ?></div>
</div>
<div class="navbar clearfix">
<?php if ($navigation) { // This is the navigation table with breadcrumbs ?>
<?php if ($navigation) { // This is the navigation table with breadcrumbs
?>
<div class="breadcrumb"><?php print_navigation($navigation); ?></div>
<div class="navbutton"><?php echo $button; ?></div>
<?php } ?>
+2 -1
View File
@@ -33,7 +33,8 @@
<!-- <div class="headermenu"><div id="new-menu"><?php echo $navmenulist ?></div></div> -->
</div>
<?php } ?>
<?php if ($navigation) { // This is the navigation table with breadcrumbs ?>
<?php if ($navigation) { // This is the navigation table with breadcrumbs
?>
<div class="navbar">
<div class="breadcrumb"><?php print_navigation("$navigation"); ?></div>
<div class="navbutton"><?php echo $button; ?></div>
+2 -1
View File
@@ -33,7 +33,8 @@
<!-- <div class="headermenu"><div id="new-menu"><?php echo $navmenulist ?></div></div> -->
</div>
<?php } ?>
<?php if ($navigation) { // This is the navigation table with breadcrumbs ?>
<?php if ($navigation) { // This is the navigation table with breadcrumbs
?>
<div class="navbar">
<div class="breadcrumb"><?php print_navigation("$navigation"); ?></div>
<div class="navbutton"><?php echo $button; ?></div>