'; $output .= "\n"; $output .= '
'; $output .= (!empty($clearfix)) ? '
' : '
'; if ($return) { return $output; } else { echo $output; } } /** * Ending part of the surrounding divs for custom corners * * @param boolean $return, return as string or just print it */ function print_custom_corners_end($return=false) { $output = '
'; $output .= "\n"; $output .= '
'; if ($return) { return $output; } else { echo $output; } } ?>