<?php // HTML include file for phpWebDesk $template['header'] = "<html>"; // Top of page $template['title_s'] = "<head><title>"; // Title start code $template['title_f'] = "</title></head>"; // Title end code $template['bold_s'] = "<b>"; // Bold $template['bold_f'] = "</b>"; $template['italic_s'] = "<i>"; // Italic $template['italic_f'] = "</i>"; $template['underl_s'] = "<u>"; // Underline $template['underl_f'] = "</u>"; $template['newline'] = "<br>"; // New line $template['image_s'] = "<img src="; $template['footer'] = "</html>"; // Bottom of page ?>