Archived
1
0
Fork 0
This repository has been archived on 2026-05-10. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
fiktivkod/application/modules/blog/views/scripts/index/readable.phtml
2010-10-02 15:35:34 +02:00

16 lines
No EOL
545 B
PHTML

<h1 class="leap"><?=$this->translate('u:readable') ?></h1>
<p><?=$this->translate('u:BLOG_READABLE_TXT') ?></p>
<p>
<ul class="custom">
<li class="item">
<h3><a href="http://shiflett.org" target="_blank">Chris Shiflett</a></h3>
<p><?=$this->translate('BLOG_READABLE_SHIFLETT') ?></p>
</li>
<li class="item">
<h3><a href="http://net.tutsplus.com" target="_blank">NetTuts Plus</a></h3>
<p><?=$this->translate('BLOG_READABLE_NETTUTS') ?></p>
</li>
</ul>
</p>