예제 #1
0
/**
 * Legacy openside function
 * @param bool|FALSE $title
 * @param string     $state
 */
function openside($title = FALSE, $state = 'ON')
{
    \PHPFusion\SeptenaryTheme::openside($title, $state);
}