a grand renaming so that the most significant portion of the name comes first
This commit is contained in:
33
php-practice/web/html/wikipedia-tutorial/templates/test.tpl
Normal file
33
php-practice/web/html/wikipedia-tutorial/templates/test.tpl
Normal 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>
|
Reference in New Issue
Block a user