Changeset 32 for trunk/wp-content/themes/xpress_default/single.php
- Timestamp:
- Dec 17, 2008, 12:18:56 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/xpress_default/single.php
r1 r32 13 13 14 14 <div class="xpress_single_navigation"> 15 <div class="alignleft"><?php kuro_previous_post_link('« %link') ?></div>16 <div class="alignright"><?php kuro_next_post_link('%link »') ?></div>15 <div class="alignleft"><?php xpress_left_arrow_post_link(true) ?></div> 16 <div class="alignright"><?php xpress_right_arrow_post_link(true) ?></div> 17 17 </div> 18 18
Note: See TracChangeset
for help on using the changeset viewer.