Changeset 2107 for trunk/tags.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/tags.php

    r1912 r2107  
    6060$title= l10n('Tags');
    6161$page['body_id'] = 'theTagsPage';
    62 include(PHPWG_ROOT_PATH.'include/page_header.php');
    6362
    6463$template->set_filenames(array('tags'=>'tags.tpl'));
     
    106105}
    107106
    108 // +-----------------------------------------------------------------------+
    109 // |                           html code display                           |
    110 // +-----------------------------------------------------------------------+
    111 
    112 $template->assign_block_vars('title',array());
     107include(PHPWG_ROOT_PATH.'include/page_header.php');
    113108$template->parse('tags');
    114109include(PHPWG_ROOT_PATH.'include/page_tail.php');
Note: See TracChangeset for help on using the changeset viewer.