After properly adding a second sidebar to the theme page-style, I get this error on the blog:
Parse error: syntax error, unexpected $end in /home/public_html/wp-content/themes/page-style/sidebar.php on line 80
In wp-admin, however, the second sidebar is recognized successfully.
Original sidebar is under id="sidebar-right".
Additional sidebar is under id="sidebar-left", and the left sidebar became #1 and the right sidebar as #2.
Before modifying sidebar.php:
http://privatepaste.com/b7479c5349
Before modifying functions.php:
http://privatepaste.com/22c7dcafdd
After modifying sidebar.php:
http://privatepaste.com/39405d0b7a
After modifying functions.php:
http://privatepaste.com/de0b914af0