diff options
author | Michael DeHaan <mdehaan@redhat.com> | 2008-05-05 12:11:14 -0400 |
---|---|---|
committer | Michael DeHaan <mdehaan@redhat.com> | 2008-05-05 12:11:14 -0400 |
commit | 110e28b4296e7118c3a6886afdcb6542c85ef54c (patch) | |
tree | 1265be7dbcf2e0dd1440af6db5fc4c8129d6a812 /website/new/cobbler-dhcp.php | |
parent | ca041e7ed57a4818ed490b9fd9429db20d9d8860 (diff) | |
download | cobbler-110e28b4296e7118c3a6886afdcb6542c85ef54c.tar.gz cobbler-110e28b4296e7118c3a6886afdcb6542c85ef54c.tar.xz cobbler-110e28b4296e7118c3a6886afdcb6542c85ef54c.zip |
Website cleanup, add link to other et projects, remove some code we no longer need, consolidate docs on FPO for stuff that frequently changes.
Diffstat (limited to 'website/new/cobbler-dhcp.php')
-rwxr-xr-x | website/new/cobbler-dhcp.php | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/website/new/cobbler-dhcp.php b/website/new/cobbler-dhcp.php deleted file mode 100755 index 08f7ea44..00000000 --- a/website/new/cobbler-dhcp.php +++ /dev/null @@ -1,44 +0,0 @@ -<?php - $current_page = 'documentation'; -?> - -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" - "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head> -<meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> -<meta name="description" content="" /> -<meta name="keywords" content="" /> -<title>Cobbler</title> - - <link rel="stylesheet" href="css/style.css" type="text/css" media="all" /> -</head> - -<body> -<div id="wrap"> -<?php - include("top.html"); -?> - -<div id="main"> - <div id="sidebar"> -<?php - include("nav.php"); -?> - </div> - -<div id="content"> -<?php - include("docs/cobbler-dhcp.html"); -?> - -</div> -</div> -<div id="footer"> -<?php - include("footer.html"); -?> -</div> -</div> -</body> -</html> |