Forums / Cotonti / Bugs / For 0.9.12 users !!! bug found.

Bug in pages module

Trustmaster
#36434 2012-12-05 09:17

Please wrap your functions with:

if (!function_exists('my_function')) {
    function my_function() ...
}

We need to load theme PHP file more than once to be able to override $R strings in it.

May the Source be with you!