Bug in pages module
Administrators Thanked: 265 mal
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.