hook('main_before'); ?>
hook('content_before'); ?>

%s', 'themater' ), get_the_date() ); /* If this is a monthly archive */ } elseif (is_month()) { printf( __( 'Monthly Archives: %s', 'themater' ), get_the_date('F Y') ); /* If this is a yearly archive */ } elseif (is_year()) { printf( __( 'Yearly Archives: %s', 'themater' ), get_the_date('Y') ); /* If this is a general archive */ } else { _e( 'Blog Archives', 'themater' ); } ?>

hook('content_after'); ?>
hook('main_after'); ?>