<?php // ASCII include file for phpWebDesk $template['header'] = ""; // Top of page $template['title_s'] = "----- "; // Title start code $template['title_f'] = " -----\n\n"; // Title end code $template['bold_s'] = "!"; // Bold $template['bold_f'] = "!"; $template['italic_s'] = "*"; // Italic $template['italic_f'] = "*"; $template['underl_s'] = "_"; // Underline $template['underl_f'] = "_"; $template['newline'] = "\n"; // New line $template['image_s'] = "[image:"; $template['footer'] = ""; ?>