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>
|
||||
<head>
|
||||
<title>Actcur Available Sites</title>
|
||||
<link rel="stylesheet" type="text/css" href="css/layout.css" />
|
||||
<style>
|
||||
<!--
|
||||
<?php include "../css/layout.css"; ?>
|
||||
-->
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<?php
|
||||
|
|
|
@ -1,7 +1,11 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>Actcur Available Sites</title>
|
||||
<link rel="stylesheet" type="text/css" href="css/layout.css" />
|
||||
<style>
|
||||
<!--
|
||||
<?php include "../css/layout.css"; ?>
|
||||
-->
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<?php
|
||||
|
|
Loading…
Add table
Reference in a new issue