Merge remote-tracking (subtree) branch 'PracticingPhp/master'

This commit is contained in:
Dan Buch
2012-03-03 20:18:34 -05:00
905 changed files with 218528 additions and 0 deletions

View File

@@ -0,0 +1,33 @@
<!DOCTYPE html>
<html>
<head>
<title>{$title}</title>
<style type='text/css'>
/*<![CDATA[*/
body {
color: #222;
background-color: #eee;
font-family: monospace;
}
pre {
border: 1px dashed #777;
color: #000;
background-color: {$bgcolor};
padding: 5px;
margin: 10px;
}
.block {
display: block;
}
/*]]>*/
</style>
</head>
<body>
<h1>{$title}</h1>
<pre>omg is this really smarty?</pre>
</body>
</head>