-
- Downloads
Changes
- created a BaseTheme class in theme.inc. - added links($links = array(), $status = 0, $node = 0) to BaseTheme. - modified all themes to extend from BaseTheme. - modiefied theme_link() to take advantage of $theme->links(). - theme_morelink() does not require a $theme argument. Todo - add the other standard variables and functions to BaseTheme. - some themes could use some more modifications. Weird - marvin.theme still has a story() function.
Showing
- includes/theme.inc 24 additions, 11 deletionsincludes/theme.inc
- themes/example/example.theme 4 additions, 5 deletionsthemes/example/example.theme
- themes/marvin/marvin.theme 6 additions, 6 deletionsthemes/marvin/marvin.theme
- themes/unconed/unconed.theme 6 additions, 6 deletionsthemes/unconed/unconed.theme
Loading
Please register or sign in to comment