source: platform/templates/layout.php @ 1

Last change on this file since 1 was 1, checked in by dungnv, 11 years ago
File size: 408 bytes
Line 
1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
3<head>
4
5<?php include_http_metas() ?>
6<?php include_metas() ?>
7
8<?php include_title() ?>
9
10<link rel="shortcut icon" href="/favicon.ico" />
11
12</head>
13<body>
14
15<?php echo $sf_data->getRaw('sf_content') ?>
16
17</body>
18</html>
Note: See TracBrowser for help on using the repository browser.