+ Antworten
Ergebnis 1 bis 10 von 10

Thema: Template ist bei Firefox total verschoben

  1. #1
    Neu an Board
    Registriert seit
    23.02.2006
    Beiträge
    14
    Bedankte sich
    1
    Erhielt 0 Danksagungen
    in 0 Beiträgen

    Standard Template ist bei Firefox total verschoben

    hallo, ich hab mal wieder eine dringende Frage!
    Bei Firefox ist meine Seite total verschoben jedoch beim IE nicht! an was könnte das liegen? Ich muss zwar dazusagen dass ich beim index.php rumgebastelt hab dass es jetzt so aussieht wie es aussieht (beim IE)! aber ich möchte ja auch das meine Seite auch mit anderen Browsern funktioniert als nur mit IE.

    Noch eine Frage ich weiß nicht warum rechts die Suche nicht funktioniert!

    Hier zwei Screens:

    das ist der screenshot vom IE



    jetzt der von Firefox



    für Hilfe bedanke ich mich stehts denn es würde mich sehr freuen wenn alles mal funktionieren würde

    MfG Sunny-Flo

  2. #2
    War schon öfter hier Avatar von Wuermchen
    Registriert seit
    28.06.2005
    Ort
    whv
    Beiträge
    173
    Bedankte sich
    7
    Erhielt 35 Danksagungen
    in 35 Beiträgen

    Standard

    bei mir werden deine screenhsots nicht angezeigt...

  3. #3
    Neu an Board
    Registriert seit
    23.02.2006
    Beiträge
    14
    Bedankte sich
    1
    Erhielt 0 Danksagungen
    in 0 Beiträgen

    Standard

    so jetzt werden sie angezeigt!
    der upload hat gerade net funktioniert

  4. #4
    Verbringt hier viel Zeit Avatar von Lemm
    Registriert seit
    01.03.2005
    Ort
    Berlin
    Beiträge
    640
    Bedankte sich
    13
    Erhielt 85 Danksagungen
    in 83 Beiträgen

    Standard

    dein searchmodul, was an der stelle eigentlich sein sollte ist leer

    hast shconmal versucht an der stelle n spacer gif einzufügen mit der entsprechenden höhe ?

    PHP-Code:
    <div id="search">  </div
    oder du musst eben in der css datei den eintrag bearbeiten
    MfG Lemm
    --------------------------------
    :. http://joomla-clantools.de .::. http://lemmpire.de .::. http://w4sp.de .:
    .:::: AJAX ist auch nur n Putzmittel ::::.

  5. #5
    Gesperrt Avatar von vnna
    Registriert seit
    07.02.2004
    Beiträge
    204
    Bedankte sich
    10
    Erhielt 27 Danksagungen
    in 24 Beiträgen

    Standard

    1. solltest mal die Seite posten, damit man auch den Quelltext und CSS lesen kann.
    2. weiß [der hier] denn, das du seine Grafiken verwendest?

  6. #6
    Neu an Board
    Registriert seit
    23.02.2006
    Beiträge
    14
    Bedankte sich
    1
    Erhielt 0 Danksagungen
    in 0 Beiträgen

    Standard

    ja ich schick euch sofort einen css!

    nein das weiß er nicht - ich hab ihn zwar vor längerer zeit mal angeschrieben aber er schreibt mir ned zurück - darf ich das ned?? seine grafik verwenden?

    MfG Sunny-Flo

  7. #7
    Gesperrt Avatar von vnna
    Registriert seit
    07.02.2004
    Beiträge
    204
    Bedankte sich
    10
    Erhielt 27 Danksagungen
    in 24 Beiträgen

    Standard

    Zitat Zitat von Sunny-Flo
    darf ich das ned?? seine grafik verwenden?

    MfG Sunny-Flo
    ohne seine Zustimmung definitiv nicht.

  8. #8
    Neu an Board
    Registriert seit
    23.02.2006
    Beiträge
    14
    Bedankte sich
    1
    Erhielt 0 Danksagungen
    in 0 Beiträgen

    Standard

    ohhh! das hab ich nicht gewusst!! kann ich nicht zum beispiel unten ranschreiben @ grafiken von purevibes.de ??

    hier der quelltext von index.php

    Code:
    <?php
    defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' );
    // needed to seperate the ISO number from the language file constant _ISO
    $iso = split( '=', _ISO );
    // xml prolog
    echo '<?xml version="1.0" encoding="'. $iso[1] .'"?' .'>';
    ?>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <?php mosShowHead(); ?>
    <?php
    if ( $my->id ) { initEditor();
    }
    $collspan_offset = ( mosCountModules( 'right' ) + mosCountModules( 'user2' ) ) ? 2 : 1;
    //script to determine which div setup for layout to use based on module configuration
    $user1 = 0;
    $user2 = 0;
    $sandbox_area = 0;
    // banner combos
    
    //user1 combos
    if ( mosCountModules( 'user1' ) + mosCountModules( 'user2' ) == 2) {
    	$user1 = 2;
    	$user2 = 2;
    } elseif ( mosCountModules( 'user1' ) == 1 ) {
    	$user1 = 1;
    } elseif ( mosCountModules( 'user2' ) == 1 ) {
    	$user2 = 1;
    }
    
    //right based combos
    if ( mosCountModules( 'right' ) and ( empty( $_REQUEST['task'] ) || $_REQUEST['task'] != 'edit' ) ) {
    	$sandbox_area = 2;
    } else {
    	$sandbox_area = 1;
    	$user1 = $user1 == 1 ? 3 : 4;
    	$user2 = $user2 == 1 ? 3 : 4;
    }
    ?>
    <meta **********="Content-Type" content="text/html; <?php echo _ISO; ?>" />
    <link href="<?php echo $mosConfig_live_site;?>/templates/joomla_black/css/template_css.css" rel="stylesheet" type="text/css"/>
    <link rel="shortcut icon" href="<?php echo $mosConfig_live_site;?>/templates/joomla_black/images/favicon.ico"/>
    <style type="text/css">
    <!--
    .Stil3 {	font-family: Verdana, Arial, Helvetica, sans-serif;
    	font-size: 10px;
    	color: #FFFFFF;
    }
    .Stil5 {font-size: xx-small}
    -->
    </style>
    </head>
    <body class="page_bg">
    <p align="center" class="Stil5"><img src="http://www.sunny-flo.de/templates/joomla_black/images/spacer.png" width="1" height="1" /></p>
    <table width="100%" cellpadding="3">
    <tr>
    <td><div align="center">
    	<div id="main_outline">
    		<div class="clr"></div>
    		<div id="header_area">
    			<div id="header"></div>
    		</div>
    		<div id="pathway_outline">
    			<div id="buttons">
    			<?php mosLoadModules ( 'user3', -1); ?>
    			</div>
    		</div>
    		<div id="search">
          		<?php mosLoadModules ( 'user4', -1 ); ?>
    	  </div>
    		<div class="clr"></div>
    		<div id="left_outline">
    			<div id="left">
    			<?php mosLoadModules ( 'left' ); ?>
    			</div>
    		</div>
    		<div id="content_area">
    			<div id="content">
    			<?php
    			if ( mosCountModules ('banner') ) {
    				?>
    				<div id="banner_area">
    					<div id="banner">
                    <img src="<?php echo $mosConfig_live_site;?>/templates/joomla_black/images/advertisement.png" alt="advertisement.png, 0 kB" title="advertisement" border="0" height="8" width="468"/><br />
    					<?php mosLoadModules( 'banner', -1 ); ?>
    					</div>
    					<div id="poweredby">
    					<img src="<?php echo $mosConfig_live_site;?>/templates/joomla_black/images/powered_by.png" alt="powered_by.png, 1 kB" title="powered_by" border="0" height="68" width="165"/><br />
    					</div>
    				</div>
    				<?php
    			}
    			if ( mosCountModules( 'right' ) and ( empty ($_REQUEST['task'] ) || $_REQUEST['task']!='edit' ) ) {
    				?>
    				<div id="right_outline">
    					<div id="right">
    					<?php
    						if ( mosCountModules( 'top' ) ) {
    							mosLoadModules ( 'top' );
    						} else {
    					?>
    					<span class="error">Top Module Empty</span>
    					<?php
    						}
    					?>
    					</div>
    					<div id="right">
    					<?php mosLoadModules ( 'right' ); ?>
    					</div>
    				</div>
    				<?php
    			}
    			?>
    			<div id="sandbox_area_<?php echo $sandbox_area ?>">
    				<div class="sandbox_area">
    					<?php
    					if ( mosCountModules( 'user1' ) ) {
    						?>
    						<div id="user1_<?php echo $user1; ?>">
    							<div class="user1_outline">
    							<?php mosLoadModules ( 'user1' ); ?>
    							</div>
    						</div>
    						<?php
    					}
    					if (mosCountModules( 'user2' )) {
    						?>
    						<div id="user2_<?php echo $user2; ?>">
    							<div class="user2_outline">
    							<?php mosLoadModules ( 'user2' ); ?>
    							</div>
    						</div>
    						<?php
    					}
    					?>
    					<div class="clr"></div>
    					<div class="content_outline">
    					<?php mosMainBody(); ?>
    					</div>
    					<div class="clr"></div>
    				</div>
    			</div>
    		</div>
    	</div>
    	<div class="footer">&nbsp;</div>
    	<div class="clr"></div>
    	</div>
    	<div class="dd"></div>
    	
    </div>
    </table>
    <?php mosLoadModules( 'debug', -1 );?>
    <p align="center"><span class="Stil3">&copy; 2006 Sunny-Flo.de - Alle Inhalte sind urheberrechtlich gesch&uuml;tzt! </span></p>
    </body>
    </html>
    <!-- 1141020216 -->

  9. #9
    Neu an Board
    Registriert seit
    23.02.2006
    Beiträge
    14
    Bedankte sich
    1
    Erhielt 0 Danksagungen
    in 0 Beiträgen

    Standard

    Code:
    <pre>/* CSS Document */
    
    
    .clr {
    	clear: both;
    }
    
    #main_outline {
    	width: 802px !important;
    	width: 808px;
    	padding: 2px;
    	background-color:#ffffff;
    }
    
    #pathway_outline {
    	width: 633px !important;
    	width: 635px;
    	float: left;
    	margin-top: 2px !important;
    	margin-top: 2px;
    	margin-bottom: 2px !important;
    	margin-bottom: 2px;
    	background-color:#000000;
    }
    
    #pathway {
    	float: right;
    	color: #000000;
    	padding: 4px 3px 3px 5px;
    }
    
    #buttons {
    float:left;
    	margin: 0px;
    	padding: 0px;
    	width: 100%;
    }
    
    
    ul#mainlevel-nav
    {
    	list-style: none;
    	padding: 0;
    	margin: 0;
    	font-size: 0.8em;
    }
    
    ul#mainlevel-nav li
    {
    	display: block;
    	background-image: url('none');
    	padding-left: 0px;
    	padding-right: 0px;
    	float: left;
    	margin: 0;
    	width: auto !important;
      width: 15% !important;
    	font-size: 11px;
    	line-height: 21px;
    	white-space: nowrap
    }
    
    ul#mainlevel-nav li a
    {
    
    	display: block;
    	padding-left: 15px;
    	padding-right: 15px;
    	text-decoration: none;
    	color: #FFFFFF;
    }
    
    #buttons&gt;ul#mainlevel-nav li a { width: auto; }
    
    	ul#mainlevel-nav li a:hover
    {
    	color: #CECE9C;
    	background: #000000;
    }
    
    
    #search {
    	float: right;
    	border: 1px solid #000000;
    	padding: 0px;
    	width: 163px !important;
    	width: 165px;
    	height: 21px !important;
    	height: 23px;
    	overflow: hidden;
    	margin-top: 2px !important;
    	margin-top: 2px;
    	margin-bottom: 2px !important;
    	margin-bottom: 2px;
    }
    
    #search .inputbox {
    	border: 0px;
    	padding: 4px 3px 3px 5px !important;
    	padding: 3px 3px 3px 5px;
    	font-family: arial, helvetica, sans-serif;
    	font-size: 11px;
    	height: 17px !important;
    	height: 19px;
    	width: 153px !important;
    	width: 159px;
    	color: #000000;
    }
    
    #header_area {
    	width: 802px !important;
    	text-align: left;
    	border: 0px;
    	margin: 0px;
    }
    
    #header {
    	float: left;
    	padding: 0px;
    	margin: 0px;
    	width: 802px;
    	height: 219px;
    	background: url('../images/banner.gif') no-repeat;
    }
    
    #top_outline {
    	float: left;
    	border: 1px solid #000000;
    	padding: 2px;
    	margin-left: 2px;
    	float: left;
    	overflow: hidden;
    	height: 144px !important;
    	height: 150px;
    	width: 159px !important;
    	width: 165px;
    }
    
    #left_outline {
        margin-top: 2px;
        padding: 2px;
        float: left;
        width: 159px !important;
        width: 165px;
        background-color : #FFFFFF;
    }
    
    #content_area {
    	padding: 0px;
    	margin-top: 0px;
    	margin-left: 2px;
    	/** border: 1px dotted #cccccc; **/
    	float: left;
    	width: 635px;;
    }
    
    #banner_area {
    	width: 635px;
    	margin-top: 2px;
    	margin-bottom: 0px !important;
    	margin-bottom: -3px;
    }
    
    #banner {
    	float: left;
    	padding: 0px;
    	width: 468px;
    }
    
    #poweredby {
    	float: left;
    	margin-left: 2px;
    }
    
    #sandbox_area_2 .sandbox_area {
    	float: left;
    	margin-top: 2px;
    	width: 468px;
    }
    
    #sandbox_area_1 .sandbox_area {
    	float: left;
    	margin-top: 2px;
    	width: 635px;
    }
    
    #right_outline {
    	margin-top: 2px;
    	float: right;
    	padding: 2px;
    	width: 159px !important;
    	width: 165px;
    }
    
    /** with both user1 and user2 visible **/
    #user1_2 .user1_outline {
    	width: 227px !important;
    	width: 233px;
    	border: 1px solid #000000;
    	float: left;
    	margin: 0px;
    	padding: 2px;
    	margin-bottom: 2px;
    }
    
    #user2_2 .user2_outline {
    	width: 227px !important;
    	width: 233px;
    	border: 1px solid #000000;
    	float: right;
    	margin-left: 2px;
    	margin-bottom: 2px;
    	padding: 2px;
    }
    
    /** with either user1 or user2 visible **/
    #user1_1 .user1_outline {
    	width: 462px !important;
    	width: 468px;
    	border: 1px solid #000000;
    	float: left;
    	margin: 0px;
    	padding: 2px;
    	margin-bottom: 2px;
    }
    
    #user2_1 .user2_outline {
    	width: 462px !important;
    	width: 468px;
    	border: 1px solid #000000;
    	float: right;
    	margin-bottom: 2px;
    	padding: 2px;
    }
    
    /** based on 100% content width **/
    #user1_4 .user1_outline {
    	width: 311px !important;
    	width: 317px;
    	border: 1px solid #000000;
    	float: left;
    	margin: 0px;
    	padding: 2px;
    	margin-bottom: 2px;
    }
    
    #user2_4 .user2_outline {
    	width: 310px !important;
    	width: 316px;
    	border: 1px solid #000000;
    	float: right;
    	margin-left: 2px;
    	margin-bottom: 2px;
    	padding: 2px;
    }
    
    /** with either user1 or user2 visible **/
    #user1_3 .user1_outline {
    	width: 629px !important;
    	width: 635px;
    	border: 1px solid #000000;
    	float: left;
    	margin: 0px;
    	padding: 2px;
    	margin-bottom: 2px;
    }
    
    #user2_3 .user2_outline {
    	width: 629px !important;
    	width: 635px;
    	border: 1px solid #000000;
    	float: right;
    	margin-bottom: 2px;
    	padding: 2px;
    }
    
    /** adjust content area based on right nav **/
    #sandbox_area_2 .content_outline {
    	width: 462px !important;
    	width: 468px;
    	padding: 2px;
    }
    
    #sandbox_area_1 .content_outline {
    	width: 629px !important;
    	width: 635px;
    	padding: 2px;
    }
    
    #active_menu {
    	color:#FFFFFF;
    	background-position: 0px -25px;
    	font-weight: bold;
    }
    
    a#active_menu:hover {
    	color: #CECE9C;
    }
    
    .maintitle {
    	color: #ffffff;
    	font-size: 40px;
    	padding-left: 15px;
    	padding-top: 20px;
    }
    
    .error {
      font-style: italic;
      text-transform: uppercase;
      padding: 5px;
      color: #cccccc;
      font-size: 14px;
      font-weight: bold;
    }
    
    /** old stuff **/
    
    .back_button {
    	float: left;
      font-size: 11px;
      font-weight: bold;
      margin-top: 15px;
      margin-bottom: 10px;
      border: 1px dotted #cccccc;
      width: 40px;
      padding: 4px;
    }
    
    .page_bg {
    
    	padding: 0px 0px 20px 0px;
    	margin: 0px;
    	border: 0px;
    }
    
    .pagenav {
      text-align: center;
      font-size: 11px;
      font-weight: bold;
      border: 1px dotted #cccccc;
      width: auto;
      padding: 4px;
      margin: 1px;
    }
    
    .pagenavbar {
    	padding-right: 5px;
    	float: right;
    }
    
    #footer {
    	text-align: center;
    	padding: 3px;
    }
    
    ul
    {
    margin: 0;
    padding: 0;
    list-style: none;
    }
    
    li
    {
    line-height: 15px;
    padding-left: 15px;
    padding-top: 0px;
    background-image: url('../images/arrow.png') ;
    background-repeat: no-repeat;
    background-position: 0px 3px
    }
    
    
    td {
    	text-align: left;
    	font-size: 11px;
    }
    
    
    
    body {
    	margin: 15px;
    	height: 100%;
    	padding: 0px;
    	font-family: Arial, Helvetica, Sans Serif;
    	font-size: 11px;
    	color: #333333;
    	background: url('../images/pc_bg3.gif') ;
    }
    
    /* mambo core stuff */
    a:link, a:visited {
    	color:#000000; text-decoration: none;
    	font-weight: bold;
    }
    
    a:hover {
    	color:#CECE9C;	text-decoration: none;
    	font-weight: bold;
    }
    
    
    table.contentpaneopen {
    	width: 100%;
    	padding: 0px;
    	border-collapse: collapse;
    	border-spacing: 0px;
    }
    
    table.contentpane td {
    	margin: 0px;
    	padding: 0px;
    }
    
    table.contentpane td.componentheading {
    	padding-left: 4px;
    }
    
    table.contentpane td.contentheading {
      padding-left: 15px;
      padding-top: 9px;
    }
    
    .button {
    	padding: 2px 5px 2px 5px;
    	height: 22px;
    	border:dotted 1px #cccccc;
    	background-color: #ffffff;
    	color: #000000;
    	font-family: Arial, Helvetica, Sans Serif;
    	text-align: center;
    	font-size: 11px;
    	font-weight: bold;
    }
    
    .inputbox {
    	padding: 2px;
    	border:dotted 1px #cccccc;
    	background-color: #ffffff;
    }
    
    #sandbox_area_2 .componentheading {
    	background: url('../images/subhead_bg.png') repeat-x;
    	color: #FFFFFF;
    	text-align: left;
    	padding-top: 4px;
    	padding-left: 15px;
    	height: 21px;
    	font-weight: bold;
    	font-size: 10px;
    	text-transform: uppercase;
    	width: 458px !important;
    	width: 462px !important
    }
    
    #sandbox_area_1 .componentheading {
    	background: url('../images/subhead_bg.png') repeat-x;
    	color: #FFFFFF;
    	text-align: left;
    	padding-top: 4px;
    	padding-left: 25px;
    	height: 21px;
    	font-weight: bold;
    	font-size: 11px;
    	text-transform: uppercase;
    	width: 625px !important;
    	width: 629px !important
    }
    
    .contentcolumn {
    	padding-right: 5px;
    }
    
    .contentheading {
    	height: 20px;
    	/*border-left: 1px dotted #ffcc00;
    	border-right: 1px dotted #ffcc00;
    	border-top: 1px dotted #ffcc00;*/
    	border-bottom: 2px dotted #000000;
    	/*background-color:#cccccc;*/
    	color: #000000;
    	text-align: left;
    	padding-top: 3px;
    	padding-left: 10px;
    	font-weight: bold;
    	font-size: 11px;
    	white-space: nowrap;
    }
    
    .contentpagetitle {
    	font-size: 13px;
    	font-weight: bold;
    	color: #000000;
    	text-align:left;
    }
    
    table.searchinto {
    	width: 100%;
    }
    
    table.searchintro td {
    	font-weight: bold;
    }
    
    table.moduletable {
    	width: 100%;
    	margin-bottom: 5px;
    	padding: 0px;
    	border-spacing: 0px;
    	border-collapse: collapse;
    }
    
    table.moduletable th {
    	background: url('../images/subhead_bg.png') repeat-x;
    	color: #FFFFFF;
    	text-align: left;
    	padding-top: 4px;
    	padding-left: 25px;
    	height: 21px;
    	font-weight: bold;
    	font-size: 11px;
    	text-transform: uppercase
    }
    
    table.moduletable td {
    	font-size: 11px;
    	padding: 0px;
    	margin: 0px;
    	font-weight: normal;
    }
    
    table.pollstableborder td {
      padding: 2px;
    }
    
    .sectiontableheader {
      font-weight: bold;
      background: #f0f0f0;
      padding: 4px;
    }
    
    .sectiontablefooter {
    
    }

  10. #10
    Neu an Board
    Registriert seit
    23.02.2006
    Beiträge
    14
    Bedankte sich
    1
    Erhielt 0 Danksagungen
    in 0 Beiträgen

    Standard

    Code:
    .sectiontableentry1 {
    	background-color : #ffffff;
    }
    
    .sectiontableentry2 {
    	background-color : #f9f9f9;
    }
    
    .small {
    	color: #999999;
    	font-size: 11px;
    	font-weight: bold;
    }
    
    .createdate {
    	height: 15px;
    	padding-bottom: 10px;
    	color: #999999;
    	font-size: 11px;
    	font-weight: bold;
    }
    
    .modifydate {
    	height: 15px;
    	padding-top: 10px;
    	color: #999999;
    	font-size: 11px;
    	font-weight: bold;
    }
    
    table.contenttoc {
      border: 1px dotted #cccccc;
      padding: 2px;
      margin-left: 2px;
      margin-bottom: 2px;
    }
    
    table.contenttoc th {
      background: url('../images/subhead_bg.png') repeat-x;
      color: #666666;
    	text-align: left;
    	padding-top: 2px;
    	padding-left: 4px;
    	height: 21px;
    	font-weight: bold;
    	font-size: 10px;
    	text-transform: uppercase
    }
    
    a.mainlevel:link, a.mainlevel:visited {
    	display: block;
    	background: url('../images/menu_bg.png') no-repeat;
    	vertical-align: middle;
    	font-size: 11px;
    	font-weight: bold;
    	color: #FFFFFF;
    	text-align: left;
    	padding-top: 5px;
    	padding-left: 18px;
    	height: 19px !important;
    	height: 24px !important;
    	width: 100%;
    	text-decoration: none
    }
    
    a.mainlevel:hover {
    	background-position: 0px -25px;
    	text-decoration: none;
    	color: #CECE9C;
    }
    
    a.sublevel:link, a.sublevel:visited {
    	padding-left: 1px;
    	vertical-align: middle;
    	font-size: 11px;
    	font-weight: bold;
    	color: #000000;
    	text-align: left;
    }
    
    a.sublevel:hover {
    	color: #CECE9C;
    	text-decoration: none;
    }
    .highlight {
    	background-color: FFFFFF;
    	color: White;
    	padding: 0px 2px 0px 2px;
    }
    .code {
    	background-color: #ddd;
    	border: 1px dotted #bbb;
    }
    
    .dd {
    	color: #CECE9C;
    	clear: both;
    }</pre>

    so das war jetzt der css teil

+ Antworten

Ähnliche Themen

  1. Fehler bei Installation Template ( Mambo 4.5.1)
    Von donjon im Forum Mambo Templates
    Antworten: 3
    Letzter Beitrag: 18.02.2008, 13:25
  2. Javascriptfehler im Firefox beim admin Template
    Von defrian im Forum Joomla Templates
    Antworten: 1
    Letzter Beitrag: 08.01.2006, 17:03
  3. Antworten: 1
    Letzter Beitrag: 27.06.2005, 11:04
  4. Hintergrundfehler bei Tabelle (Firefox / IE)
    Von mooonshadow im Forum Mambo Templates
    Antworten: 1
    Letzter Beitrag: 23.05.2005, 11:14
  5. Brauche Hilfe bei einem Template !!!
    Von Marcus7000 im Forum Mambo 4.5.0 Templates
    Antworten: 1
    Letzter Beitrag: 31.10.2004, 22:41

Lesezeichen

Berechtigungen

  • Neue Themen erstellen: Nein
  • Themen beantworten: Nein
  • Anhänge hochladen: Nein
  • Beiträge bearbeiten: Nein