Index: trunk/Vanilla/templates/vanilla+comments+userpics/home.mtml
===================================================================
--- trunk/Vanilla/templates/vanilla+comments+userpics/home.mtml (revision 916)
+++ trunk/Vanilla/templates/vanilla+comments+userpics/home.mtml (revision 922)
@@ -1,3 +1,3 @@
-<mt:IncludeBlock module="wrapper">
+<mt:IncludeBlock module="Wrapper">
 
     <mt:Entries>
Index: trunk/Vanilla/templates/vanilla+comments+userpics/comment_response.mtml
===================================================================
--- trunk/Vanilla/templates/vanilla+comments+userpics/comment_response.mtml (revision 916)
+++ trunk/Vanilla/templates/vanilla+comments+userpics/comment_response.mtml (revision 922)
@@ -1,3 +1,3 @@
-<mt:IncludeBlock module="wrapper">
+<mt:IncludeBlock module="Wrapper">
 
     <mt:SetVarBlock name="html_head">
Index: trunk/Vanilla/templates/vanilla+comments+userpics/wrapper.mtml
===================================================================
--- trunk/Vanilla/templates/vanilla+comments+userpics/wrapper.mtml (revision 919)
+++ trunk/Vanilla/templates/vanilla+comments+userpics/wrapper.mtml (revision 922)
@@ -10,5 +10,5 @@
 <body>
 
-    <h1><a href="<$mt:BlogURL$>" accesskey="1"><$mt:BlogName encode_html="1"$></a></h1>
+    <h1><a href="<$mt:BlogURL$>"><$mt:BlogName encode_html="1"$></a> <__trans phrase="(Vanilla + Comments w/ Userpics)"></h1>
 
     <div id="signin-content"><a href="javascript:void(0)" onclick="return mtSignInOnClick('signin-content')"><__trans phrase="Sign In"></a></div>
Index: trunk/Vanilla/templates/vanilla+comments+userpics/entry.mtml
===================================================================
--- trunk/Vanilla/templates/vanilla+comments+userpics/entry.mtml (revision 919)
+++ trunk/Vanilla/templates/vanilla+comments+userpics/entry.mtml (revision 922)
@@ -1,3 +1,3 @@
-<mt:IncludeBlock module="wrapper">
+<mt:IncludeBlock module="Wrapper">
     
     <mt:setvarblock name="html_head" append="1">
Index: trunk/Vanilla/templates/vanilla+comments+userpics/comment_preview.mtml
===================================================================
--- trunk/Vanilla/templates/vanilla+comments+userpics/comment_preview.mtml (revision 919)
+++ trunk/Vanilla/templates/vanilla+comments+userpics/comment_preview.mtml (revision 922)
@@ -1,3 +1,3 @@
-<mt:IncludeBlock module="wrapper">
+<mt:IncludeBlock module="Wrapper">
     
     <mt:setvarblock name="html_head" append="1">
Index: trunk/Vanilla/templates/vanilla+authentication/home.mtml
===================================================================
--- trunk/Vanilla/templates/vanilla+authentication/home.mtml (revision 914)
+++ trunk/Vanilla/templates/vanilla+authentication/home.mtml (revision 922)
@@ -1,3 +1,3 @@
-<mt:IncludeBlock module="wrapper">
+<mt:IncludeBlock module="Wrapper">
 
     <p><em><__trans phrase="No entries. Authentication example only"></em></p>
Index: trunk/Vanilla/templates/vanilla+authentication/readme_javascript.txt
===================================================================
--- trunk/Vanilla/templates/vanilla+authentication/readme_javascript.txt (revision 919)
+++ trunk/Vanilla/templates/vanilla+authentication/readme_javascript.txt (revision 922)
@@ -37,5 +37,5 @@
 profile operation.
 function mtFetchUser(cb) // Issues a request to the MT comment script to retrieve the currently logged-in user (if any).
-function mtUpdateSignInWidget(u) // A routine that displays various phrases based upon users authenticated status
+    function mtUpdateSignInWidget(u) // A routine that displays various phrases based upon users authenticated status (works with Sign In Widget)
 function mtGetUser() // Retrieves an object of the currently logged in user's state. If no user is logged in or cookied, this will return null.
 function mtSignIn() // Handles the action of the "Sign in" link. First clears any existing user cookie, then directs to the MT comment script to sign the user in.
Index: trunk/Vanilla/templates/vanilla+authentication/wrapper.mtml
===================================================================
--- trunk/Vanilla/templates/vanilla+authentication/wrapper.mtml (revision 919)
+++ trunk/Vanilla/templates/vanilla+authentication/wrapper.mtml (revision 922)
@@ -9,5 +9,5 @@
 <body>
 
-    <h1><a href="<$mt:BlogURL$>" accesskey="1"><$mt:BlogName encode_html="1"$></a></h1>
+    <h1><a href="<$mt:BlogURL$>"><$mt:BlogName encode_html="1"$></a> <__trans phrase="(Vanilla + Authentication)"></h1>
 
     <div id="signin-content">
Index: trunk/Vanilla/templates/vanilla+pages/home.mtml
===================================================================
--- trunk/Vanilla/templates/vanilla+pages/home.mtml (revision 891)
+++ trunk/Vanilla/templates/vanilla+pages/home.mtml (revision 922)
@@ -1,3 +1,3 @@
-<mt:IncludeBlock module="wrapper">
+<mt:IncludeBlock module="Wrapper">
 
     <mt:Entries>
Index: trunk/Vanilla/templates/vanilla+pages/page.mtml
===================================================================
--- trunk/Vanilla/templates/vanilla+pages/page.mtml (revision 891)
+++ trunk/Vanilla/templates/vanilla+pages/page.mtml (revision 922)
@@ -1,3 +1,3 @@
-<mt:IncludeBlock module="wrapper">
+<mt:IncludeBlock module="Wrapper">
 
     <h1><$mt:PageTitle$></h1>
Index: trunk/Vanilla/templates/vanilla+pages/wrapper.mtml
===================================================================
--- trunk/Vanilla/templates/vanilla+pages/wrapper.mtml (revision 919)
+++ trunk/Vanilla/templates/vanilla+pages/wrapper.mtml (revision 922)
@@ -8,5 +8,5 @@
 <body>
 
-    <h1><a href="<$mt:BlogURL$>" accesskey="1"><$mt:BlogName encode_html="1"$></a></h1>
+    <h1><a href="<$mt:BlogURL$>"><$mt:BlogName encode_html="1"$></a> <__trans phrase="(Vanilla + Pages)"></h1>
 
     <h3><__trans phrase="Navigation"></h3>
Index: trunk/Vanilla/templates/vanilla+pages/entry.mtml
===================================================================
--- trunk/Vanilla/templates/vanilla+pages/entry.mtml (revision 891)
+++ trunk/Vanilla/templates/vanilla+pages/entry.mtml (revision 922)
@@ -1,3 +1,3 @@
-<mt:IncludeBlock module="wrapper">
+<mt:IncludeBlock module="Wrapper">
 
     <h1><$mt:EntryTitle$></h1>
Index: trunk/Vanilla/templates/vanilla+create-entry/home.mtml
===================================================================
--- trunk/Vanilla/templates/vanilla+create-entry/home.mtml (revision 919)
+++ trunk/Vanilla/templates/vanilla+create-entry/home.mtml (revision 922)
@@ -1,3 +1,3 @@
-<mt:IncludeBlock module="wrapper">
+<mt:IncludeBlock module="Wrapper">
 
     <mt:Entries lastn="10">
Index: trunk/Vanilla/templates/vanilla+create-entry/entry_response.mtml
===================================================================
--- trunk/Vanilla/templates/vanilla+create-entry/entry_response.mtml (revision 919)
+++ trunk/Vanilla/templates/vanilla+create-entry/entry_response.mtml (revision 922)
@@ -1,3 +1,3 @@
-<mt:IncludeBlock module="wrapper">
+<mt:IncludeBlock module="Wrapper">
 
     <h1><__trans phrase="Thank you for posting an entry."></h1>
Index: trunk/Vanilla/templates/vanilla+create-entry/wrapper.mtml
===================================================================
--- trunk/Vanilla/templates/vanilla+create-entry/wrapper.mtml (revision 919)
+++ trunk/Vanilla/templates/vanilla+create-entry/wrapper.mtml (revision 922)
@@ -10,5 +10,5 @@
 <body>
 
-    <h1><a href="<$mt:BlogURL$>" accesskey="1"><$mt:BlogName encode_html="1"$></a></h1>
+    <h1><a href="<$mt:BlogURL$>"><$mt:BlogName encode_html="1"$></a> <__trans phrase="(Vanilla + Create Entry)"></h1>
 
     <div id="signin-content">
Index: trunk/Vanilla/templates/vanilla+create-entry/entry.mtml
===================================================================
--- trunk/Vanilla/templates/vanilla+create-entry/entry.mtml (revision 919)
+++ trunk/Vanilla/templates/vanilla+create-entry/entry.mtml (revision 922)
@@ -1,3 +1,3 @@
-<mt:IncludeBlock module="wrapper">
+<mt:IncludeBlock module="Wrapper">
 
     <h1><$mt:EntryTitle$></h1>
Index: trunk/Vanilla/templates/vanilla+create-entry/create-entry.mtml
===================================================================
--- trunk/Vanilla/templates/vanilla+create-entry/create-entry.mtml (revision 919)
+++ trunk/Vanilla/templates/vanilla+create-entry/create-entry.mtml (revision 922)
@@ -1,3 +1,3 @@
-<mt:IncludeBlock module="wrapper">
+<mt:IncludeBlock module="Wrapper">
 
     <mt:SetVarBlock name="html_head">
Index: trunk/Vanilla/templates/vanilla/home.mtml
===================================================================
--- trunk/Vanilla/templates/vanilla/home.mtml (revision 891)
+++ trunk/Vanilla/templates/vanilla/home.mtml (revision 922)
@@ -1,3 +1,3 @@
-<mt:IncludeBlock module="wrapper">
+<mt:IncludeBlock module="Wrapper">
 
     <mt:Entries lastn="10">
Index: trunk/Vanilla/templates/vanilla/entry.mtml
===================================================================
--- trunk/Vanilla/templates/vanilla/entry.mtml (revision 891)
+++ trunk/Vanilla/templates/vanilla/entry.mtml (revision 922)
@@ -1,3 +1,3 @@
-<mt:IncludeBlock module="wrapper">
+<mt:IncludeBlock module="Wrapper">
 
     <h1><$mt:EntryTitle$></h1>
Index: trunk/Vanilla/templates/vanilla+archives/home.mtml
===================================================================
--- trunk/Vanilla/templates/vanilla+archives/home.mtml (revision 891)
+++ trunk/Vanilla/templates/vanilla+archives/home.mtml (revision 922)
@@ -1,3 +1,3 @@
-<mt:IncludeBlock module="wrapper">
+<mt:IncludeBlock module="Wrapper">
 
     <mt:Entries lastn="10">
Index: trunk/Vanilla/templates/vanilla+archives/entry_listing.mtml
===================================================================
--- trunk/Vanilla/templates/vanilla+archives/entry_listing.mtml (revision 891)
+++ trunk/Vanilla/templates/vanilla+archives/entry_listing.mtml (revision 922)
@@ -1,3 +1,3 @@
-<mt:IncludeBlock module="wrapper">
+<mt:IncludeBlock module="Wrapper">
 
     <h1><__trans phrase="[_1] Archives" params="<$mt:ArchiveTitle$>"></h1>
Index: trunk/Vanilla/templates/vanilla+archives/wrapper.mtml
===================================================================
--- trunk/Vanilla/templates/vanilla+archives/wrapper.mtml (revision 919)
+++ trunk/Vanilla/templates/vanilla+archives/wrapper.mtml (revision 922)
@@ -8,5 +8,5 @@
 <body>
 
-    <h1><a href="<$mt:BlogURL$>"><$mt:BlogName encode_html="1"$></a> + <__trans phrase="Monthly, Category, and Author Archives"></h1>
+    <h1><a href="<$mt:BlogURL$>"><$mt:BlogName encode_html="1"$></a> <__trans phrase="(Vanilla + Monthly, Category, and Author Archives)"></h1>
     
     <h3><__trans phrase="Navigation"></h3>
Index: trunk/Vanilla/templates/vanilla+archives/entry.mtml
===================================================================
--- trunk/Vanilla/templates/vanilla+archives/entry.mtml (revision 891)
+++ trunk/Vanilla/templates/vanilla+archives/entry.mtml (revision 922)
@@ -1,3 +1,3 @@
-<mt:IncludeBlock module="wrapper">
+<mt:IncludeBlock module="Wrapper">
 
     <h1><$mt:EntryTitle$></h1>
Index: trunk/Vanilla/templates/vanilla+archives/archives.mtml
===================================================================
--- trunk/Vanilla/templates/vanilla+archives/archives.mtml (revision 891)
+++ trunk/Vanilla/templates/vanilla+archives/archives.mtml (revision 922)
@@ -1,3 +1,3 @@
-<mt:IncludeBlock module="wrapper">
+<mt:IncludeBlock module="Wrapper">
 
     <h1><__trans phrase="Archives"></h1>
Index: trunk/Vanilla/templates/vanilla+comments/home.mtml
===================================================================
--- trunk/Vanilla/templates/vanilla+comments/home.mtml (revision 917)
+++ trunk/Vanilla/templates/vanilla+comments/home.mtml (revision 922)
@@ -1,3 +1,3 @@
-<mt:IncludeBlock module="wrapper">
+<mt:IncludeBlock module="Wrapper">
 
     <mt:Entries>
Index: trunk/Vanilla/templates/vanilla+comments/comment_response.mtml
===================================================================
--- trunk/Vanilla/templates/vanilla+comments/comment_response.mtml (revision 917)
+++ trunk/Vanilla/templates/vanilla+comments/comment_response.mtml (revision 922)
@@ -1,3 +1,3 @@
-<mt:IncludeBlock module="wrapper">
+<mt:IncludeBlock module="Wrapper">
 
     <mt:If name="comment_confirmation">
Index: trunk/Vanilla/templates/vanilla+comments/wrapper.mtml
===================================================================
--- trunk/Vanilla/templates/vanilla+comments/wrapper.mtml (revision 919)
+++ trunk/Vanilla/templates/vanilla+comments/wrapper.mtml (revision 922)
@@ -10,5 +10,5 @@
 <body>
 
-    <h1><a href="<$mt:BlogURL$>" accesskey="1"><$mt:BlogName encode_html="1"$></a></h1>
+    <h1><a href="<$mt:BlogURL$>"><$mt:BlogName encode_html="1"$></a> <__trans phrase="(Vanilla + Comments)"></h1>
 
     <div id="signin-content"><a href="javascript:void(0)" onclick="return mtSignInOnClick('signin-content')"><__trans phrase="Sign In"></a></div>
Index: trunk/Vanilla/templates/vanilla+comments/entry.mtml
===================================================================
--- trunk/Vanilla/templates/vanilla+comments/entry.mtml (revision 919)
+++ trunk/Vanilla/templates/vanilla+comments/entry.mtml (revision 922)
@@ -1,3 +1,3 @@
-<mt:IncludeBlock module="wrapper">
+<mt:IncludeBlock module="Wrapper">
     
     <mt:setvarblock name="html_head" append="1">
Index: trunk/Vanilla/templates/vanilla+comments/comment_preview.mtml
===================================================================
--- trunk/Vanilla/templates/vanilla+comments/comment_preview.mtml (revision 919)
+++ trunk/Vanilla/templates/vanilla+comments/comment_preview.mtml (revision 922)
@@ -1,3 +1,3 @@
-<mt:IncludeBlock module="wrapper">
+<mt:IncludeBlock module="Wrapper">
     
     <mt:setvarblock name="html_head" append="1">
