~ubuntu-branches/ubuntu/natty/otrs2/natty-updates

« back to all changes in this revision

Viewing changes to Kernel/Output/HTML/Lite/HeaderSmall.dtl

  • Committer: Package Import Robot
  • Author(s): Torsten Werner
  • Date: 2007-04-14 17:58:55 UTC
  • mto: (20.1.1 squeeze)
  • mto: This revision was merged to the branch mainline in revision 6.
  • Revision ID: package-import@ubuntu.com-20070414175855-9ne0w01yu1q44ch0
Tags: upstream-2.1.7
ImportĀ upstreamĀ versionĀ 2.1.7

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# --
2
2
# HeaderSmall.dtl - provides global HTML header
3
 
# Copyright (C) 2001-2005 Martin Edenhofer <martin+code@otrs.org>
 
3
# Copyright (C) 2001-2006 OTRS GmbH, http://otrs.org/
4
4
# --
5
 
# $Id: HeaderSmall.dtl,v 1.4 2005/06/04 16:45:26 martin Exp $
 
5
# $Id: HeaderSmall.dtl,v 1.6 2006/08/29 17:11:11 martin Exp $
6
6
# --
7
7
# This software comes with ABSOLUTELY NO WARRANTY. For details, see
8
8
# the enclosed file COPYING for license information (GPL). If you
40
40
# --
41
41
<html>
42
42
<head>
43
 
    $Data{"MetaHttpEquiv"}
44
 
    <title>$Config{"ProductName"} $Data{"TitleArea"}</title>
 
43
  $Data{"MetaHttpEquiv"}
 
44
  <title>$Config{"ProductName"} $Data{"TitleArea"}</title>
45
45
# include css.dtl file
46
46
$Include{"css"}
47
47
</head>