Page 1 of 1

Book: Building Websites with Mambo

Posted: Mon Sep 12, 2005 8:39 pm
by lester
If you buy Building Websites with Mambo by Hagen Graf, you will run into some problems trying to work through Chapter 6 because of two errors in both the book and the accompanying files you can download:

1) Line 1 on page 194 needs a space and a period (full stop) at the end of the line. The first two lines will now read:
        '/includes/footer.php'); ?>

2) Line 8 on page 195 starts, "Now your template looks a little more attractive." You may be wondering why it doesn't. The problem is because index.php is missing a line of code that calls on the css file. Between these two lines:


... you need to insert this line:
" ; ?>

A corrected zipped index.php is attached. Happy reading.