Created
November 6, 2011 16:03
-
-
Save miklb/1343077 to your computer and use it in GitHub Desktop.
sample of extending action_init_theme(); in child Habari theme
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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