This is my last ditched attempt, will have to drop back to 0.8 

For action_template_header/footer The* call_user_func_array( $action, $args 
)* seems to be receiving different Theme objects or handling them 
differently in classes/plugins.php Plugin::act()   

at line97 I have placed Utils::debug( $hookname, $action );

Result on my live hosting shared PHP 5.3.14 I see a  *WaziTheme Object* 
string template_header
Array
( [8] => Array ( [0] => Array
                (
                    [0] => WaziTheme Object
                        (..........


But on xampp PHP 5.3.8 and wampServer PHP 5.3.13 its different I get a *Theme 
Object*....
string template_header
Array
( [9] => Array ( [0] => Array (
                    [0] => Theme Object
                        (
                            [name] => Wazi
                            [version] => 1.0
                            [template_engine] => RawPHPEngine Object


The same is true for *CharcoalTheme Object* on live server, but on my local 
xampp its just *ThemeObject* regardless of what theme is chosen, any ideas 
anyone?





-- 
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at http://groups.google.com/group/habari-dev

Reply via email to