comparison themes/copyrighteous/month.template @ 21:393cf6c9301b

2007-08-15 00:40:35 by steve Added the ability to have titles + subtitles to blogs. Added RSS logo.
author steve
date Wed, 15 Aug 2007 00:40:36 +0000
parents f37430dda970
children 6b5d3f055a8c
comparison
equal deleted inserted replaced
20:b029b7a32d6c 21:393cf6c9301b
7 </head> 7 </head>
8 8
9 <body> 9 <body>
10 <div id='content'> 10 <div id='content'>
11 <div id='title'> 11 <div id='title'>
12 <span class="title"> 12 <span class="title"><a href="<!-- tmpl_var name='url_prefix' -->">
13 <a href="<!-- tmpl_var name='url_prefix' -->">Blog Title</a><br /></span> 13 <!-- tmpl_if name='blog_title' -->
14 <!-- tmpl_var name='blog_title' -->
15 <!-- tmpl_else -->
16 Untitled Blog
17 <!-- /tmpl_if -->
18 </a><br /></span>
19 <!-- tmpl_if name='blog_subtitle' -->
20 <!-- tmpl_var name='blog_subtitle' -->
21 <!-- /tmpl_if -->
14 </div> 22 </div>
15 23
16 <br /> 24 <br />
17 25
18 <!-- tmpl_loop name='entries' --> 26 <!-- tmpl_loop name='entries' -->