News Content and ExtraContent

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

  • acrylian Administrator, Developer
    You used the Zenpage News class method that can be used that way. The function you want to use is `printNewsExtraContent()`.
  • wow, it works :-)
    thanks a lot!!!

    m.
Sign In or Register to comment.