PHP Classes

File: example/view/view.tpl

Recommend this page to a friend!
  Classes of Peter He   POT Creator   example/view/view.tpl   Download  
File: example/view/view.tpl
Role: Example script
Content type: text/plain
Description: Example file
Class: POT Creator
Build application translation files for gettext
Author: By
Last change:
Date: 12 years ago
Size: 318 bytes
 

Contents

Class file image Download
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>_e('Title')</title>
</head>

<body>
<div>
<strong>_e('Hello world!')</strong>_e('Welcome!')
</div>
</body>
</html>