diff options
| author | spiderr <spider@viovio.com> | 2013-03-12 23:32:24 -0400 |
|---|---|---|
| committer | spiderr <spider@viovio.com> | 2013-03-12 23:32:24 -0400 |
| commit | f8f5eaa6cb461111aa4b2d31cced7c3bc3029070 (patch) | |
| tree | 8582723fcf0e116ce1443772349db9e01c2372a1 | |
| parent | 76ece6f801b91a68db4c4a204811126cd1f80a1f (diff) | |
| download | blogs-PRE_BOOTSTRAP.tar.gz blogs-PRE_BOOTSTRAP.tar.bz2 blogs-PRE_BOOTSTRAP.zip | |
change h1 to h2; h2 to h3PRE_BOOTSTRAP
| -rw-r--r-- | templates/center_list_blog_posts.tpl | 2 | ||||
| -rw-r--r-- | templates/crosspost.tpl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/center_list_blog_posts.tpl b/templates/center_list_blog_posts.tpl index ad2309c..27b1ec5 100644 --- a/templates/center_list_blog_posts.tpl +++ b/templates/center_list_blog_posts.tpl @@ -4,7 +4,7 @@ <div class="display blogs"> <div class="header"> - <h1>{tr}Recent Blog Posts{/tr}</h1> + <h2>{tr}Recent Blog Posts{/tr}</h2> </div> <div class="body"> diff --git a/templates/crosspost.tpl b/templates/crosspost.tpl index f0e80c8..5c04ad4 100644 --- a/templates/crosspost.tpl +++ b/templates/crosspost.tpl @@ -1,7 +1,7 @@ {strip} <div class="edit crosspost"> <div class="header"> - <h1>{tr}Crosspost{/tr}</h1> + <h2>{tr}Crosspost{/tr}</h2> </div> <div class="body"> |
