diff --git a/addons/DePoClean.plugin/templates/archives.mtml b/addons/DePoClean.plugin/templates/archives.mtml index 478552fc1..b31c62d07 100644 --- a/addons/DePoClean.plugin/templates/archives.mtml +++ b/addons/DePoClean.plugin/templates/archives.mtml @@ -2,7 +2,7 @@ <$mt:BlogName escape="html"$> - <__trans phrase="Archived"> - <$mt:Include module="<__trans phrase="HTML Head">"$> + <$mt:Include identifier="html_head"$> @@ -11,24 +11,38 @@
- <$mt:Include module="<__trans phrase="Header">"$> - -
-

<__trans phrase="The Archives">

-
- -
- -
-

<__trans phrase="By Month">

+ <$mt:Include identifier="header"$> + + +
+ +

<__trans phrase="The Archives">

+ +
+ + + +
+ + + +
+ +

<__trans phrase="By Month">

+ -
- -

<__trans phrase="By Category">

+ + +
+ + + +

<__trans phrase="By Category">

+ -
- -
- - <$mt:Include module="<__trans phrase="Footer">"$> - -
- - \ No newline at end of file + + +
+ + + +
+ + + + <$mt:Include identifier="footer"$> + + + + + + + + diff --git a/addons/DePoClean.plugin/templates/comment_response.mtml b/addons/DePoClean.plugin/templates/comment_response.mtml index 77829ec6b..4ec9d324c 100644 --- a/addons/DePoClean.plugin/templates/comment_response.mtml +++ b/addons/DePoClean.plugin/templates/comment_response.mtml @@ -17,11 +17,11 @@ <$mt:BlogName escape="html"$> – <$mt:BlogDescription escape="html"$> - <$mt:Include module="<__trans phrase="HTML Head">"$> + <$mt:Include identifier="html_head""$>
- <$mt:Include module="<__trans phrase="Header">"$> + <$mt:Include identifier="header"$>
@@ -39,7 +39,7 @@

- <$mt:Include module="<__trans phrase="Footer">"$> + <$mt:Include identifier="footer"$>
diff --git a/addons/DePoClean.plugin/templates/dynamic_error.mtml b/addons/DePoClean.plugin/templates/dynamic_error.mtml index 63c3b7d54..2d198195b 100644 --- a/addons/DePoClean.plugin/templates/dynamic_error.mtml +++ b/addons/DePoClean.plugin/templates/dynamic_error.mtml @@ -3,11 +3,11 @@ <$mt:BlogName escape="html"$> – <$mt:BlogDescription escape="html"$> - <$mt:Include module="<__trans phrase="HTML Head">"$> + <$mt:Include identifier="html_head"$>
- <$mt:Include module="<__trans phrase="Header">"$> + <$mt:Include identifier="header"$>
@@ -25,7 +25,7 @@

- <$mt:Include module="<__trans phrase="Footer">"$> + <$mt:Include identifier="footer"$>
diff --git a/addons/DePoClean.plugin/templates/entry.mtml b/addons/DePoClean.plugin/templates/entry.mtml index 1579d9036..04f72674c 100644 --- a/addons/DePoClean.plugin/templates/entry.mtml +++ b/addons/DePoClean.plugin/templates/entry.mtml @@ -2,7 +2,7 @@ <$mt:BlogName escape="html"$> – <$mt:EntryTitle escape="html"$> - <$mt:Include module="<__trans phrase="HTML Head">"$> + <$mt:Include identifier="html_head"$> @@ -31,9 +31,9 @@ <$mt:EntryModifiedDate format="%Y%m%d" setvar="this_entry"$> Single;EntryDetails;<$mt:EntryID$> - <$mt:Include module="<__trans phrase="Entry Details">" cache="1" cache_key="$cache_key" ttl="604800"$> + <$mt:Include identifier="entry_details" cache="1" cache_key="$cache_key" ttl="604800"$> - <$mt:Include module="<__trans phrase="Entry Details">"$> + <$mt:Include identifier="entry_details"$>
@@ -90,7 +90,7 @@

- <$mt:Include module="<__trans phrase="Footer">"$> + <$mt:Include identifier="footer"$>
diff --git a/addons/DePoClean.plugin/templates/entry_listing.mtml b/addons/DePoClean.plugin/templates/entry_listing.mtml index 1ad8fcdc7..e3d887d47 100644 --- a/addons/DePoClean.plugin/templates/entry_listing.mtml +++ b/addons/DePoClean.plugin/templates/entry_listing.mtml @@ -34,11 +34,11 @@ <$mt:BlogName escape="html"$> – <$mt:ArchiveTitle escape="html"$> - <$mt:Include module="<__trans phrase="HTML Head">"$> + <$mt:Include identifier="html_head"$>
- <$mt:Include module="<__trans phrase="Header">"$> + <$mt:Include identifier="header"$>

Posts from <$mt:ArchiveTitle escape="html"$>

@@ -55,9 +55,9 @@ <$mt:EntryDate format="%Y%M%d" setvar="this_entry"$> Listing;EntryDetails;<$mt:EntryID$> - <$mt:Include module="<__trans phrase="Entry Details">" cache="1" cache_key="$cache_key" ttl="604800"$> + <$mt:Include identifier="entry_details" cache="1" cache_key="$cache_key" ttl="604800"$> - <$mt:Include module="<__trans phrase="Entry Details">"$> + <$mt:Include identifier="entry_details"$> @@ -66,7 +66,7 @@

- <$mt:Include module="<__trans phrase="Footer">"$> + <$mt:Include identifier="footer"$>
diff --git a/addons/DePoClean.plugin/templates/html_head.mtml b/addons/DePoClean.plugin/templates/html_head.mtml index 618568515..f13e15cf6 100644 --- a/addons/DePoClean.plugin/templates/html_head.mtml +++ b/addons/DePoClean.plugin/templates/html_head.mtml @@ -8,7 +8,7 @@ - + diff --git a/addons/DePoClean.plugin/templates/main_index.mtml b/addons/DePoClean.plugin/templates/main_index.mtml index fd71b64e0..088509002 100644 --- a/addons/DePoClean.plugin/templates/main_index.mtml +++ b/addons/DePoClean.plugin/templates/main_index.mtml @@ -33,7 +33,7 @@ <$mt:BlogName escape="html"$> – <$mt:BlogDescription escape="html"$> - <$mt:Include module="<__trans phrase="HTML Head">"$> + <$mt:Include identifier="html_head"$>
@@ -52,7 +52,7 @@
- <$mt:Include module="<__trans phrase="Flickr">"$> + <$mt:Include identifier="flickr"$> <$mt:Date format="%Y$%m%d" setvar="today"$> @@ -60,9 +60,9 @@ <$mt:EntryDate format="%Y%M%d" setvar="this_entry"$> Listing;EntryDetails;<$mt:EntryID$> - <$mt:Include module="<__trans phrase="Entry Details">" cache="1" cache_key="$cache_key" ttl="604800"$> + <$mt:Include identifier="entry_details" cache="1" cache_key="$cache_key" ttl="604800"$> - <$mt:Include module="<__trans phrase="Entry Details">"$> + <$mt:Include identifier="entry_details"$> @@ -72,7 +72,7 @@

- <$mt:Include module="<__trans phrase="Footer">"$> + <$mt:Include identifier="footer"$>