Skip to content

Commit

Permalink
[#643 state:resolved] Updated the bundled version of DePoClean which …
Browse files Browse the repository at this point in the history
…now fixes several includes/widgetsets that did not use <__trans>
  • Loading branch information
MikeThomsen committed Dec 25, 2010
1 parent 48cc147 commit e2687c1
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion addons/DePoClean.plugin/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ key: DePoClean
author_link: http://openmelody.org
author_name: OpenMelody Team, based on DePoClean.
description: This plugin provides a Movable Type/Melody version of the DePoClean Theme
version: 1.0
version: 1.0.1
static_version: 1
plugin_link: http://openmelody.org
l10n_class: DePoCleanTheme::L10N
Expand Down
2 changes: 1 addition & 1 deletion addons/DePoClean.plugin/templates/archives.mtml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<title><$mt:BlogName escape="html"$> - <__trans phrase="Archived"></title>
<$mt:Include module="<__trans phrase="HTML Head">"$>

<link rel='canonical' href='<$mt:Link template="Archives"$>' />
<link rel='canonical' href='<$mt:Link template="<__trans phrase="Archives">"$>' />
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion addons/DePoClean.plugin/templates/authors.mtml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
<li><a href='<$mt:ArchiveLink$>' title='<$mt:ArchiveTitle escape="html"$>'><$mt:ArchiveTitle$></a></li>
</mt:ArchiveList>
</ul>
<p><a href="<$mt:Link template="Archives"$>"><__trans phrase="View All Archives"></a></p>
<p><a href="<$mt:Link template="<__trans phrase="Archives">"$>"><__trans phrase="View All Archives"></a></p>
</div>
2 changes: 1 addition & 1 deletion addons/DePoClean.plugin/templates/categories.mtml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
<li><a href='<$mt:CategoryArchiveLink$>' title='<$mt:CategoryLabel escape="html"$>'><$mt:CategoryLabel$></a></li>
</mt:TopLevelCategories>
</ul>
<p><a href="<$mt:Link template="Archives"$>"><__trans phrase="View All Archives"></a></p>
<p><a href="<$mt:Link template="<__trans phrase="Archives">"$>"><__trans phrase="View All Archives"></a></p>
</div>
2 changes: 1 addition & 1 deletion addons/DePoClean.plugin/templates/footer.mtml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div class="footer">
<$mt:WidgetSet name="Footer"$>
<$mt:WidgetSet name="<__trans phrase="Footer">"$>
</div><!-- end footer -->

<br clear="all" />
Expand Down
2 changes: 1 addition & 1 deletion addons/DePoClean.plugin/templates/header.mtml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
<h1><mt:If name="main_index"><$mt:BlogName escape="html"$><mt:Else><a href="<$mt:BlogURL$>"><$mt:BlogName escape="html"$></a></mt:If> <span><$mt:BlogDescription escape="html"$></span></h1>
</div><!-- end header -->
<div class="blogads">
<$mt:WidgetSet name="Sidebar"$>
<$mt:WidgetSet name="<__trans phrase="Sidebar">"$>
</div>
2 changes: 1 addition & 1 deletion addons/DePoClean.plugin/templates/main_index.mtml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<h1><mt:If name="main_index"><$mt:BlogName escape="html"$><mt:Else><a href="<$mt:BlogURL$>"><$mt:BlogName escape="html"$></a></mt:If> <span><$mt:BlogDescription escape="html"$></span></h1>
</div><!-- end header -->
<div class="blogads">
<$mt:WidgetSet name="Sidebar"$>
<$mt:WidgetSet name="<__trans phrase="Sidebar">"$>
</div>

<mt:If tag="FlickrPhotoType" ne="Disable">
Expand Down
2 changes: 1 addition & 1 deletion addons/DePoClean.plugin/templates/recent_archives.mtml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
<li><a href='<$mt:ArchiveLink$>' title='<$mt:ArchiveTitle escape="html"$>'><$mt:ArchiveTitle$></a></li>
</mt:ArchiveList>
</ul>
<p><a href="<$mt:Link template="Archives"$>"><__trans phrase="View All Archives"></a></p>
<p><a href="<$mt:Link template="<__trans phrase="Archives">"$>"><__trans phrase="View All Archives"></a></p>
</div>

0 comments on commit e2687c1

Please sign in to comment.