Chapter 8. The Theme System, Page 188
Thu, 10/29/2009 - 8:39am — jvandyk
Location on the page:
Code example at top
Chapter:
8. The Theme System
Error:
print theme('links', $secondary_links, array('class' => 'links primary-links'))
Correction:
print theme('links', $secondary_links, array('class' => 'links secondary-links'))
Description of the Error:
The class set for the secondary links is 'links primary-links', buth should probably be 'links secondary-links'. Thanks to Johan Falk for reporting the error.
