File: settings.php

package info (click to toggle)
php-imlib 0.7-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 1,020 kB
  • ctags: 817
  • sloc: php: 2,464; ansic: 1,324; xml: 94; makefile: 67; sh: 12
file content (9 lines) | stat: -rw-r--r-- 298 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
<?php

$pages = Array('home' => Array('outputfile' => '../index.php',
                               'xmlfile' => 'home_data.xml',
                               'headerfile' => 'home_top.inc'
                              // 'footerfile' => 'home_bottom.inc'
                              ));

?>