Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

Stan Byford
9,387 PointsSorting arrays syntax error on catalog.php line 28
I have a syntax error after adding the Full Catalog link and I just can't see it, any help appreciated.
The error :- Parse error: syntax error, unexpected '}', expecting end of file in /home/treehouse/workspace/inc/functions.php on line 28
My Code:
<h1><?php
if ($section != null) {
echo "<a href='catalog.php'>Full Catalog</a> > ";
}
echo $pageTitle; ?></h1>
1 Answer

KRIS NIKOLAISEN
54,668 PointsIt appears your error is in functions.php at line 28. Can you post a snapshot? Click the camera icon in the upper right corner, then 'Take Snapshot', then post the link created here.