I get this error when using Cube. It's in line 41 of templates/header.inc. As a workaround I prepended a @ in front of $page['top'].
I get this error when using Cube. It's in line 41 of templates/header.inc. As a workaround I prepended a @ in front of $page['top'].
Comments
Comment #1
kharbat commentedIs there a specific page you get this error at?
Comment #2
Viybel commentedThe correct syntax is
if (isset($page['top'])):Vianney Stroebel
Comment #3
Viybel commentedCould the maintainer please update templates/header.inc so that we don't have to patch it each time we download it?
Vianney Stroebel
Comment #3.0
Viybel commentedspelling
Comment #4
kharbat commentedFixed and committed to the dev.. will probably release soon once I get done with most of the issues..
Comment #5
kharbat commentedFixed and committed to the dev.. will probably release soon once I get done with most of the issues..
Comment #6
kharbat commentedComment #7
kharbat commented