diff options
| author | wjames5 <will@tekimaki.com> | 2009-01-20 19:30:14 +0000 |
|---|---|---|
| committer | wjames5 <will@tekimaki.com> | 2009-01-20 19:30:14 +0000 |
| commit | d8251702134a066ee1f218fabfbcfc02a229416c (patch) | |
| tree | 354ceb8774c9bbd9d283f4ee05a8e6844ada1ced /templates/view_blog_post.tpl | |
| parent | 34bf7d03a42d6798dc51bb2042eeb7082541f9f8 (diff) | |
| download | blogs-d8251702134a066ee1f218fabfbcfc02a229416c.tar.gz blogs-d8251702134a066ee1f218fabfbcfc02a229416c.tar.bz2 blogs-d8251702134a066ee1f218fabfbcfc02a229416c.zip | |
blogs implemented non standard url param, add standard display_url and update tpls accordingly. old url param is left in for compatability since this change could royally screw up paths in custom tpls. maybe should be yanked on major version release.
Diffstat (limited to 'templates/view_blog_post.tpl')
| -rw-r--r-- | templates/view_blog_post.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/view_blog_post.tpl b/templates/view_blog_post.tpl index 3979ecb..a6a9fea 100644 --- a/templates/view_blog_post.tpl +++ b/templates/view_blog_post.tpl @@ -105,7 +105,7 @@ </div> <!-- end .body --> <div class="footer"> - <a href="{$post_info.url}" rel="bookmark">{tr}Permalink{/tr}</a> + <a href="{$post_info.display_url}" rel="bookmark">{tr}Permalink{/tr}</a> {assign var=spacer value=TRUE} {if $post_info.trackbacks_from_count > 0} {if $spacer} • {/if} |
