Welcome to Geeklog Saturday, May 25 2013 @ 05:57 AM EDT
|
||||||||
![]() |
Forum Index > Support > Theming Support |
New Topic
|
Post Reply
|
Breadcrumbs in Geeklog 2.0 |
|||
| ::Ben |
|
||||||
![]() ![]() ![]() ![]() ![]() Full Member ![]() Status: offline ![]() Registered: 01/14/05 Posts: 1359 |
Good news: breadcrumbs are part of the next Geeklog... but I can not handle them in my custom function mytheme_createHTMLDocument
From lib-common.php PHP Formatted Code $function = $_CONF['theme'] . '_createHTMLDocument';if( function_exists($function)) { return $function( $content, $what, $pagetitle, $headercode, $rightblock, $custom ); } $breadcrumbs is not passed to the function. Ben We speak french on http://geeklog.fr |
||||||
|
|||||||
| Laugh |
|
||||||
![]() ![]() ![]() ![]() ![]() Admin ![]() Status: offline ![]() Registered: 09/27/05 Posts: 877 |
That looks to be a bug. To pass all the information it should be:
PHP Formatted Code $function = $_CONF['theme'] . '_createHTMLDocument'; if( function_exists($function)) { return $function(&$content = '', $information = array()); } Can you add a bug report for this in the tracker? Thanks Tom |
||||||
|
|||||||
| ::Ben |
|
||||||
![]() ![]() ![]() ![]() ![]() Full Member ![]() Status: offline ![]() Registered: 01/14/05 Posts: 1359 |
We speak french on http://geeklog.fr |
||||||
|
|||||||
| Content generated in: 0.53 seconds |
|
|
|