Welcome to mirror list, hosted at ThFree Co, Russian Federation.

header.tpl « templates « default « templates « default « CHM « Converters « phpDocumentor « PhpDocumentor-1.3.2 « libs - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: bdf6173ed97b863abf7b77d31cc7d8821a8c0ad3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!--
	IE 6 makes the page to wide with the following doctype. I accept
	standards if they help me, not if they make anything even harder!
//-->
<!--<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.0 Transitional//EN' 'http://www.w3.org/TR/REC-html40/loose.dtd'>//-->
<!--NewPage-->
<HTML>
<HEAD>
	<!-- Generated by PhpDoc date: '{$date}' -->
	<TITLE>{$title}</TITLE>
<LINK REL ='stylesheet' TYPE='text/css' HREF='{$subdir}media/stylesheet.css' TITLE='Style'>
{if $bgleft}
<STYLE type="text/css"><!--
	BODY								{ldelim}
											background-image		: url("{$subdir}media/bg_left.png");
											background-repeat		: repeat-y;
										{rdelim}
//--></STYLE>
{/if}
</HEAD>
<BODY {if !$bgleft}BGCOLOR='white'{/if}>
<a name="top"><!-- --></a>