Created
June 23, 2011 12:57
-
-
Save ecylmz/1042484 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
<ul> | |
<TMPL_LOOP Items> | |
<TMPL_IF new_date> | |
</ul> | |
<h2 class=date><TMPL_VAR new_date></h2> | |
<ul> | |
</TMPL_IF> | |
<li<TMPL_IF channel_language> lang="<TMPL_VAR channel_language>"</TMPL_IF>> | |
<TMPL_IF title> | |
<div class="post_header"> | |
<a class=author href="<TMPL_VAR channel_link ESCAPE="HTML">" title="<TMPL_VAR channel_title_plain ESCAPE="HTML">"><img src="http://gravatar.com/avatar/<TMPL_VAR channel_hash ESCAPE="HTML">?s=72" /></a> | |
</div> | |
<div class="post_title"> | |
<h2><a<TMPL_IF link> href="<TMPL_VAR link ESCAPE="HTML">"</TMPL_IF><TMPL_IF title_language> lang="<TMPL_VAR title_language>"</TMPL_IF>><TMPL_VAR title></a></h2></TMPL_IF></div> | |
<br /><br /><br /><br/> | |
<TMPL_IF content><div class="content"><TMPL_VAR content></div></TMPL_IF> | |
</li> | |
</TMPL_LOOP> | |
</ul> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment