forked from jayallen/melody
-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[#479 state:resolved] Updated DePoClean.
- Loading branch information
1 parent
f1131fd
commit 786747a
Showing
17 changed files
with
63 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
package DePoCleanTheme::L10N; | ||
use strict; | ||
use base 'MT::Plugin::L10N'; | ||
|
||
1; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
package DePoCleanTheme::L10N::en_us; | ||
|
||
use strict; | ||
|
||
use base 'DePoCleanTheme::L10N'; | ||
use vars qw( %Lexicon ); | ||
%Lexicon = (); | ||
|
||
1; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<div> | ||
<p><strong>About</strong></p> | ||
<p><strong><__trans phrase="About"></strong></p> | ||
<p><mt:If tag="AboutYou"><$mt:AboutYou$></mt:If></p> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
<div> | ||
<p><strong>Authors</strong></p> | ||
<p><strong><__trans phrase="Authors"></strong></p> | ||
<ul class="nav"> | ||
<mt:ArchiveList type="Author"> | ||
<li><a href='<$mt:ArchiveLink$>' title='<$mt:ArchiveTitle escape="html"$>'><$mt:ArchiveTitle$></a></li> | ||
</mt:ArchiveList> | ||
</ul> | ||
<p><a href="<$mt:Link template="Archives"$>">View All Archives</a></p> | ||
<p><a href="<$mt:Link template="Archives"$>"><__trans phrase="View All Archives"></a></p> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
<div> | ||
<p><strong>Categories</strong></p> | ||
<p><strong><__trans phrase="Categories"></strong></p> | ||
<ul class="nav"> | ||
<mt:TopLevelCategories show_empty="0"> | ||
<li><a href='<$mt:CategoryArchiveLink$>' title='<$mt:CategoryLabel escape="html"$>'><$mt:CategoryLabel$></a></li> | ||
</mt:TopLevelCategories> | ||
</ul> | ||
<p><a href="<$mt:Link template="Archives"$>">View All Archives</a></p> | ||
<p><a href="<$mt:Link template="Archives"$>"><__trans phrase="View All Archives"></a></p> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<div class="last"> | ||
<p><strong>Contact</strong></p> | ||
<p><strong><__trans phrase="Contact"></strong></p> | ||
<p><mt:If tag="ContactInformation"><$mt:ContactInformation$></mt:If></p> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
<div> | ||
<p><strong>Recent Archives</strong></p> | ||
<p><strong><__trans phrase="Recent Archives"></strong></p> | ||
<ul class="nav"> | ||
<$mt:MonthlyArchivesCount setvar="ma_count"$> | ||
<mt:ArchiveList type="Monthly" lastn="$ma_count"> | ||
<li><a href='<$mt:ArchiveLink$>' title='<$mt:ArchiveTitle escape="html"$>'><$mt:ArchiveTitle$></a></li> | ||
</mt:ArchiveList> | ||
</ul> | ||
<p><a href="<$mt:Link template="Archives"$>">View All Archives</a></p> | ||
<p><a href="<$mt:Link template="Archives"$>"><__trans phrase="View All Archives"></a></p> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters