Skip to content

Instantly share code, notes, and snippets.

@ootput
Created June 26, 2010 06:57
Show Gist options
  • Select an option

  • Save ootput/453861 to your computer and use it in GitHub Desktop.

Select an option

Save ootput/453861 to your computer and use it in GitHub Desktop.
*** system/themes/k2/sidebar.php 2010-06-21 22:15:10.587118909 +0800
--- user/themes/k2/sidebar.php 2010-06-26 14:52:35.928366633 +0800
***************
*** 13,18 ****
--- 13,28 ----
<?php $theme->area( 'sidebar' ); ?>
+ <div class="sb-archives">
+ <h2><?php _e('Archives'); ?></h2>
+ <?php $theme->monthly_archives ( '0','N' ); ?>
+ </div>
+
+ <div class="sb-tags">
+ <h2><?php _e('Tags'); ?></h2>
+ <?php $theme->fluffytag(); ?>
+ </div>
+
<div class="sb-user">
<h2><?php _e('User'); ?></h2>
<?php $theme->display ( 'loginform' ); ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment