included css via php
This commit is contained in:
parent
b3e1b8aeda
commit
fdb17d2c52
3 changed files with 10 additions and 2 deletions
|
@ -1,7 +1,11 @@
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>Actcur Available Sites</title>
|
<title>Actcur Available Sites</title>
|
||||||
<link rel="stylesheet" type="text/css" href="css/layout.css" />
|
<style>
|
||||||
|
<!--
|
||||||
|
<?php include "../css/layout.css"; ?>
|
||||||
|
-->
|
||||||
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<?php
|
<?php
|
||||||
|
|
|
@ -1,7 +1,11 @@
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>Actcur Available Sites</title>
|
<title>Actcur Available Sites</title>
|
||||||
<link rel="stylesheet" type="text/css" href="css/layout.css" />
|
<style>
|
||||||
|
<!--
|
||||||
|
<?php include "../css/layout.css"; ?>
|
||||||
|
-->
|
||||||
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<?php
|
<?php
|
||||||
|
|
Loading…
Add table
Reference in a new issue