Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.

closeside

Closes a an opened side panel which is using the openside function.
The closeside function is defined in the theme.php and is different from theme to theme depending on how the designer wants it to interact and look.

closeside

Quote

closeside()


Example
Code
<?php
openside("Title");
 // Content goes here
closeside();
?>

The function openside() will open a new side panel, defined by the theme, and you will be able to write content inside it. The function closeside() will close this panel.

Notes
In order to close the side table (and for it to work properly), you must call the function closeside(); after you declared openside();