Book: Building Websites with Mambo

Moderator: mcsmom

Post Reply
User avatar
lester
Joomla! Intern
Joomla! Intern
Posts: 52
Joined: Thu Aug 18, 2005 9:34 pm
Location: High Wycombe, UK
Contact:

Book: Building Websites with Mambo

Post by lester » Mon Sep 12, 2005 8:39 pm

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.
Attachments
index.php.zip
(668 Bytes) Downloaded 22 times

Post Reply