svn path=/trunk/; revision=30
# You should have received a copy of the GNU Affero General Public License
# along with shcgi. If not, see <http://www.gnu.org/licenses/>.
-printf "Content-Type: text/html;charset=utf-8\n\n"
-
[ -z "$NAVIGATION" ] \
&& NAVIGATION=($(printf %s\\n "${_EXEC}"/pages/*.sh |sed -r 's;^.*/([^/]*)\.sh$;\1;'))
BODY="${BODY:-${_EXEC}/templates/${PAGE}.html.sh}"
. "${_EXEC}/pages/${PAGE}.sh"
+
+printf "Content-Type: text/html;charset=utf-8\r\n\r\n"
. "${_EXEC}/templates/frame.html.sh"