[Solar-talk] Added div in _body
Paul M Jones
pmjones at ciaweb.net
Mon May 28 07:50:43 PDT 2007
Hi Jeff,
> Yesterday or day before you said you added a closing div in _body,
> I cant find
> any changes, did you make any changes, please point me to it or the
> other css
> or html changes you have made?
Well, it looks like they were only whitespace changes after all. I
wrote a bad change-note there, sorry.
The file is Solar/App/Base/Layout/_body.php, and here is the diff:
Index: /Users/pmjones/Sites/dev/solar/trunk/Solar/App/Base/Layout/
_body.php
===================================================================
--- /Users/pmjones/Sites/dev/solar/trunk/Solar/App/Base/Layout/
_body.php (revision 2470)
+++ /Users/pmjones/Sites/dev/solar/trunk/Solar/App/Base/Layout/
_body.php (working copy)
@@ -18,7 +18,7 @@
<body>
<div id="page">
-
+
<div id="header" class="clearfix">
<?php include $this->template('_header.php'); ?>
</div><!-- end header -->
@@ -42,16 +42,16 @@
<div id="nav">
<?php include $this->template('_nav.php'); ?>
</div><!-- end main nav -->
+
+ </div><!-- end content -->
- </div><!-- end content -->
-
<div id="footer" class="clearfix">
<?php include $this->template('_footer.php'); ?>
</div><!-- end footer -->
+
+ </div><!-- end page -->
- </div><!-- end page -->
-
<div id="extra1"><?php include $this->template('_extra1.php'); ?
></div>
<div id="extra2"><?php include $this->template('_extra2.php'); ?
></div>
-
+
</body>
Hm
--
Paul M. Jones <http://paul-m-jones.com>
Solar: Simple Object Library and Application Repository
for PHP5. <http://solarphp.com>
Join the Solar community wiki! <http://solarphp.org>
Savant: The simple, elegant, and powerful solution for
templates in PHP. <http://phpsavant.com>
More information about the solar-talk
mailing list