Logo von DEFAULT_STYLE; Neuer Ordner styles/default

This commit is contained in:
kindlm
2015-10-16 12:19:38 +02:00
parent 998ffeb025
commit 30979447cd
6 changed files with 7 additions and 6 deletions
+3 -3
View File
@@ -15,9 +15,9 @@
<td class="boxshadow">
<table cellspacing="0" cellpadding="0" class="header">
<tr>
<td align="center" valign="middle" style="background-image: url(../skin/styles/tw/header.png); background-position: top; background-repeat: repeat-x;">
<img class="header_logo" src="../skin/styles/tw/logo_250x130.png" alt="logo">
<img src="../skin/styles/tw/cis_logo_text_400x78.png" />
<td align="center" valign="middle" style="background-image: url(../skin/styles/default/header.png); background-position: top; background-repeat: repeat-x;">
<img class="header_logo" src="../skin/styles/default/logo_250x130.png" alt="logo">
<img src="../skin/styles/default/cis_logo_text_400x78.png" />
<br><br><br>
<!--Herzlich Willkommen im Campus Informationssystem (CIS)-->
<br>
+3 -3
View File
@@ -161,9 +161,9 @@ function loadampel()
<td class="boxshadow">
<table cellspacing="0" cellpadding="0" class="header">
<tr>
<td valign="top" align="left" style="background-image: url(<?php echo APP_ROOT.'skin/styles/'.EXT_FKT_PATH.'/header.png'; ?>); background-position: top; background-repeat: repeat-x;">
<a href="index.php"><img class="header_logo" src="<?php echo APP_ROOT.'skin/styles/'.EXT_FKT_PATH.'/logo_250x130.png'; ?>" alt="logo"></a>
<!--<img class="header" src="<?php echo APP_ROOT.'skin/styles/'.EXT_FKT_PATH.'/header.png'; ?>" alt="header">-->
<td valign="top" align="left" style="background-image: url(<?php echo APP_ROOT.'skin/styles/'.DEFAULT_STYLE.'/header.png'; ?>); background-position: top; background-repeat: repeat-x;">
<a href="index.php"><img class="header_logo" src="<?php echo APP_ROOT.'skin/styles/'.DEFAULT_STYLE.'/logo_250x130.png'; ?>" alt="logo"></a>
<!--<img class="header" src="<?php echo APP_ROOT.'skin/styles/'.DEFAULT_STYLE.'/header.png'; ?>" alt="header">-->
<table class="header_content" cellpadding="0">
<tr>
<td width="20%" align="center">&nbsp;
+1
View File
@@ -88,6 +88,7 @@ class organisationsform extends basis_db
$this->result[] = $orgform;
}
return true;
}
else
{
Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 424 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB