bugfix
parent
28dcb52a6c
commit
43eef80b46
|
@ -16,14 +16,14 @@
|
||||||
<TMPL_ELSE>
|
<TMPL_ELSE>
|
||||||
<a href="<TMPL_VAR PAGEURL>"><TMPL_VAR TITLE></a>
|
<a href="<TMPL_VAR PAGEURL>"><TMPL_VAR TITLE></a>
|
||||||
</TMPL_IF>
|
</TMPL_IF>
|
||||||
<TMPL_IF HTML5></span><TMPL_ELSE></div></TMPL_IF>
|
<TMPL_IF HTML5></header><TMPL_ELSE></span></TMPL_IF>
|
||||||
<TMPL_IF HTML5></section><TMPL_ELSE></div></TMPL_IF>
|
<TMPL_IF HTML5></section><TMPL_ELSE></div></TMPL_IF>
|
||||||
|
|
||||||
<TMPL_IF HTML5><section id="inlinecontent"><TMPL_ELSE><div class="inlinecontent"></TMPL_IF>
|
<TMPL_IF HTML5><section class="inlinecontent"><TMPL_ELSE><div class="inlinecontent"></TMPL_IF>
|
||||||
<TMPL_VAR CONTENT>
|
<TMPL_VAR CONTENT>
|
||||||
<TMPL_IF HTML5></section><TMPL_ELSE></div></TMPL_IF>
|
<TMPL_IF HTML5></section><TMPL_ELSE></div></TMPL_IF>
|
||||||
|
|
||||||
<TMPL_IF HTML5><footer id="inlinefooter"><TMPL_ELSE><div class="inlinefooter"></TMPL_IF>
|
<TMPL_IF HTML5><footer class="inlinefooter"><TMPL_ELSE><div class="inlinefooter"></TMPL_IF>
|
||||||
|
|
||||||
<span class="pagedate">
|
<span class="pagedate">
|
||||||
Posted <TMPL_VAR CTIME>
|
Posted <TMPL_VAR CTIME>
|
||||||
|
|
Loading…
Reference in New Issue