From 1c313e0e782edb9ea418ed6dd54131d36ca0a60d Mon Sep 17 00:00:00 2001 From: vanmer Date: Sun, 9 Jul 2006 22:25:56 +0000 Subject: [PATCH] - added default entries for new templates for webmail, options and stylesheet links git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11380 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- templates/default/template.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/templates/default/template.php b/templates/default/template.php index 97c08b82..8403c60c 100644 --- a/templates/default/template.php +++ b/templates/default/template.php @@ -25,9 +25,12 @@ $templates_provided = array ( 'message_list.tpl', 'motd.tpl', 'note.tpl', + 'options.tpl', 'page_header.tpl', 'paginator.tpl', - 'stylesheet.tpl' + 'stylesheet.tpl', + 'stylelink.tpl', + 'webmail.tpl' ); /** -- 2.25.1