Skip to content

Instantly share code, notes, and snippets.

@miklb
Created November 6, 2011 16:03
Show Gist options
  • Save miklb/1343077 to your computer and use it in GitHub Desktop.
Save miklb/1343077 to your computer and use it in GitHub Desktop.
sample of extending action_init_theme(); in child Habari theme
public function action_init_theme() {
parent::action_init_theme();
Format::apply( 'format_date', 'post_pubdate_out', '<span class="post-day">{j}</span><span class="post-month">{F}</span>');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment