Hello,
My theme is based on:
Zenpage-Default Theme
<?php printNewsContent(); ?>
this works fine
<?php printExtraContent(); ?>
this don't work, I get an error "unsupported function".
the file:
news.php
starts with:
<?php
if (!defined('WEBPATH')) die();
require ('customfunctions.php');
?>
inside the customfunction I made an empty function so I wont get the errorcore.
I'm without any idea how to get the ExtraContent.
Please could anyone help.
Thanks!
mAtthias
Comments
thanks a lot!!!
m.