Ignore:
Timestamp:
Jan 18, 2004, 3:13:02 AM (21 years ago)
Author:
gweltas
Message:

Conformity with the XHTML 1.0 transitional standard
Creation of the following files :

  • template/default/header.php and template/default/footer.php to ensure a common standard
  • default.css to be CSS valid

Obsolescence of the following files :

  • template/default/theme/conf.php
  • template/default/style.inc.php

Custom galleries should reflect those changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/release-1_3/include/init.inc.php

    r240 r290  
    1717 *                                                                         *
    1818 ***************************************************************************/
     19// determine the initial instant to indicate the generation time of this page
     20$t1 = explode( ' ', microtime() );
     21$t2 = explode( '.', $t1[0] );
     22$t2 = $t1[1].'.'.$t2[1];
     23
    1924define( 'PREFIX_INCLUDE', '' );
    2025
Note: See TracChangeset for help on using the changeset viewer.