Skip to content
This repository has been archived by the owner on Nov 28, 2023. It is now read-only.

Commit

Permalink
- index.php file was reworked and the new logo was added
Browse files Browse the repository at this point in the history
- index.php file was renamed index.html
  • Loading branch information
fballiano committed Mar 13, 2008
1 parent 055def6 commit 93546e5
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 14 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
- P4A_DB_Source was completely ported to the new error handlers
- multicheckbox CSS was fixed
- P4A_Field::getAsMultiselect() method now added a "size" property if none was specified
- index.php file was reworked and the new logo was added
- index.php file was renamed index.html

2.99.4
- a bug with quoted strings in P4A_Field::getAsSelect was solved
Expand Down
25 changes: 25 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<html>
<head>
<title>P4A - PHP For Applications</title>
<style type="text/css">
body {
background: url(p4a.png) no-repeat center center;
width: 100%;
height: 100%;
margin: 0;
padding: 0;
}
span {
display: none;
}
a {
display: block;
width: 100%;
height: 100%;
}
</style>
</head>
<body>
<h1><a href="http://p4a.sourceforge.net"><span>P4A - PHP For Applications</span></a></h1>
</body>
</html>
14 changes: 0 additions & 14 deletions index.php

This file was deleted.

Binary file added p4a.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 93546e5

Please sign in to comment.