testing a more generalized web site setup

This commit is contained in:
zeromus 2008-08-02 20:59:56 +00:00
parent ad95d3e524
commit d37161f0e2
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="keywords" content="FCE Ultra FCEUltra Nintendo NES Famicom emulator"/>
<meta name="description" content="FCE Ultra is a Nintendo/Famicom emulator for Linux and Windows."/>
<link rel="stylesheet" type="text/css" href="/StyleSheets/main.css"/>
<link rel="stylesheet" type="text/css" href="StyleSheets/main.css"/>
<title>FCE Ultra<?php if (isset($title)) { print(": $title"); } ?></title>
</head>

View File

@ -1 +1 @@
php_value include_path "/home/groups/f/fc/fceultra/htdocs-inc:."
php_value include_path "../htdocs-inc:."