Changeset 1627 for trunk/index.php


Ignore:
Timestamp:
Dec 2, 2006, 5:46:15 PM (17 years ago)
Author:
chrisaga
Message:

improve page header : slightly prettier title and

first implementation of meta tags and rel links (see the wiki specs)
some code improvements are still need.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/index.php

    r1624 r1627  
    9898$title = $page['title'];
    9999$page['body_id'] = 'theCategoryPage';
    100 include(PHPWG_ROOT_PATH.'include/page_header.php');
    101100
    102101$template->set_filenames( array('index'=>'index.tpl') );
     
    287286      )
    288287    );
     288  $header_infos['COMMENT'] = strip_tags($page['comment']);
    289289}
    290290//------------------------------------------------------------ log informations
     
    292292
    293293trigger_action('loc_end_index');
     294include(PHPWG_ROOT_PATH.'include/page_header.php');
    294295$template->parse('index');
    295296include(PHPWG_ROOT_PATH.'include/page_tail.php');
Note: See TracChangeset for help on using the changeset viewer.