summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 8a70099)
raw | patch | inline | side by side (parent: 8a70099)
author | janw <janw@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 4 Jan 2006 14:19:54 +0000 (14:19 +0000) | ||
committer | janw <janw@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 4 Jan 2006 14:19:54 +0000 (14:19 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2408 594d385d-05f5-0310-b6e9-bd551577e9d8
include/functions.inc | patch | blob | history |
diff --git a/include/functions.inc b/include/functions.inc
index 11921a6168bd41677ecb240bbbd8d5a1100a2728..f0afc98b3183be30c04fea7c70e5f81752bb0454 100644 (file)
--- a/include/functions.inc
+++ b/include/functions.inc
function print_header($image, $headline, $info= "")
{
$display= "<div class=\"plugtop\">\n";
- $display.= " <p class=\"center\" style=\"margin:0px;padding:0px;font-size:24px;\"><img class=\"center\" src=\"$image\" align=\"middle\" alt=\"*\"> $headline</p>\n";
+ $display.= " <p class=\"center\" style=\"margin:0px 0px 0px 5px;padding:0px;font-size:24px;\"><img class=\"center\" src=\"$image\" align=\"middle\" alt=\"*\"> $headline</p>\n";
$display.= "</div>\n";
if ($info != ""){