You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
redonate/public_html/templates/layout.tpl

22 lines
539 B
Smarty

<!doctype html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link href='http://fonts.googleapis.com/css?family=Lato:400,700|Cantarell:400,700|Roboto:500' rel='stylesheet' type='text/css'>
<link href="/static/css/style.css" rel="stylesheet">
<title>ReDonate :: {%?title}</title>
</head>
<body>
<div class="wrapper">
<div class="header">
<h1>
Re<span class="highlight">Donate</span>
</h1>
</div>
<div class="main">
{%?contents}
</div>
</div>
</body>
</html>