Changeset 1655 for trunk/index.php


Ignore:
Timestamp:
Dec 14, 2006, 1:58:57 AM (17 years ago)
Author:
rvelices
Message:
  • plugins admin menu appear now in the admin page menubar
  • plugins are loaded immediately after loading the config (allow

them to hack more of pwg like user init, template init etc...)

  • trigger event format_exif_data (for picture display only)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/index.php

    r1651 r1655  
    353353pwg_log('category', $page['title']);
    354354
     355include(PHPWG_ROOT_PATH.'include/page_header.php');
    355356trigger_action('loc_end_index');
    356 include(PHPWG_ROOT_PATH.'include/page_header.php');
    357357$template->parse('index');
    358358include(PHPWG_ROOT_PATH.'include/page_tail.php');
Note: See TracChangeset for help on using the changeset viewer.