Ignore:
Timestamp:
Jan 22, 2016, 5:31:05 PM (8 years ago)
Author:
chronos
Message:
  • Updated: Common package.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Application/View.php

    r783 r791  
    8888    '<script type="text/javascript" src="'.$this->System->Link('/style/').$this->Style.'/global.js"></script>'.
    8989    '<title>'.$this->System->Config['Web']['Title'].' - '.$Path.'</title>';
    90     $Output .= $this->System->ModuleManager->Modules['RSS']->ShowRSSHeader();
     90
     91    // Show page headers
     92    $Bar = '';
     93    foreach($this->System->PageHeaders as $Item)
     94      $Output .= call_user_func($Item);
     95
    9196    $Output .= '</head><body'.$BodyParam.'>';
    9297    if($this->BasicHTML == false)
Note: See TracChangeset for help on using the changeset viewer.