Changeset 4530
- Timestamp:
- 01/29/12 10:22:19 (4 months ago)
- Location:
- plugins/apostropheBlogPlugin/branches/1.5/modules/aBlog/templates
- Files:
-
- 3 modified
-
_excerptTemplate.php (modified) (1 diff)
-
_filters.php (modified) (1 diff)
-
_sidebar.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
plugins/apostropheBlogPlugin/branches/1.5/modules/aBlog/templates/_excerptTemplate.php
r4460 r4530 1 1 <?php 2 // If the app.yml setting of "excerpt" is set totrue, this template will be used for every post on2 // If app_aBlog_excerpts_show is true, this template will be used for every post on 3 3 // the index page of the blog 4 4 ?> -
plugins/apostropheBlogPlugin/branches/1.5/modules/aBlog/templates/_filters.php
r3961 r4530 24 24 <?php $category = Doctrine::getTable('aCategory')->findOneBySlug($sf_params->get('cat')) ?> 25 25 <?php if ($category): ?> 26 <?php $filters[] = a_( 'in the category %category%', array('%category%' => a_remove_filter_button($category->name, $filterUrl, 'cat'))) ?>26 <?php $filters[] = a_(sfConfig::get('app_aBlog_category_filter_label', 'in the category %category%'), array('%category%' => a_remove_filter_button($category->name, $filterUrl, 'cat'))) ?> 27 27 <?php endif ?> 28 28 <?php endif ?> -
plugins/apostropheBlogPlugin/branches/1.5/modules/aBlog/templates/_sidebar.php
r4137 r4530 78 78 <hr class="a-hr" /> 79 79 <div class="a-subnav-section categories"> 80 <h4><?php echo a_( 'Categories') ?></h4>80 <h4><?php echo a_(sfConfig::get('app_aBlog_categories_label', 'Categories')) ?></h4> 81 81 <div class="a-filter-options blog clearfix"> 82 82 <?php foreach ($categories as $category): ?>

