Changeset 2107 for trunk/comments.php


Ignore:
Timestamp:
Sep 28, 2007, 12:46:17 AM (17 years ago)
Author:
rvelices
Message:
  • admin, comments and tags pages include page_header later in the code (as in picture and index) allowing plugins to change the header until the very end
  • fix in admin.php : picture_modify requires cache invalidation
  • fix in site_update.php : some echo func calls changed to $template->output .= ...
  • upgraded prototype.js to latest version 1.5.1.1
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/comments.php

    r2030 r2107  
    55// | Copyright (C) 2003-2007 PhpWebGallery Team - http://phpwebgallery.net |
    66// +-----------------------------------------------------------------------+
    7 // | branch        : BSF (Best So Far)
    87// | file          : $Id$
    98// | last update   : $Date$
     
    176175$title= l10n('title_comments');
    177176$page['body_id'] = 'theCommentsPage';
    178 include(PHPWG_ROOT_PATH.'include/page_header.php');
    179177
    180178$template->set_filenames(array('comments'=>'comments.tpl'));
     
    443441// |                           html code display                           |
    444442// +-----------------------------------------------------------------------+
    445 $template->assign_block_vars('title',array());
     443include(PHPWG_ROOT_PATH.'include/page_header.php');
    446444$template->parse('comments');
    447445include(PHPWG_ROOT_PATH.'include/page_tail.php');
Note: See TracChangeset for help on using the changeset viewer.