summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: af235b1)
raw | patch | inline | side by side (parent: af235b1)
author | janw <janw@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 4 Jan 2006 13:05:22 +0000 (13:05 +0000) | ||
committer | janw <janw@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 4 Jan 2006 13:05:22 +0000 (13:05 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2404 594d385d-05f5-0310-b6e9-bd551577e9d8
include/functions.inc | patch | blob | history |
diff --git a/include/functions.inc b/include/functions.inc
index 52880401791773c61570409cf4811398d9349627..11921a6168bd41677ecb240bbbd8d5a1100a2728 100644 (file)
--- a/include/functions.inc
+++ b/include/functions.inc
function print_header($image, $headline, $info= "")
{
$display= "<div class=\"plugtop\">\n";
- $display.= " <img src=\"$image\" align=\"middle\" alt=\"*\"> $headline\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.= "</div>\n";
if ($info != ""){