|
Willkommen,
Gast
|
THEMA: Beiträge werden nicht angezeigt
Aw: Beiträge werden nicht angezeigt 11 Monate 4 Wochen her #80305
|
wenn ich das richtig sehe hast Du das Hauptmenü dem Template nicht zugewiesen. Mach das mal.
|
|
Regeln für Supportsuchende | Kein Support über PN oder Messenger
Die Joomla-FAQ schon gelesen? | Firefox und Firebug gehören in jeden Haushalt!
Der Administrator hat öffentliche Schreibrechte deaktiviert.
|
Aw: Beiträge werden nicht angezeigt 11 Monate 4 Wochen her #80306
|
Sind wir jetzt in den TEmplateeinstellungen oder den Moduleinstellungen?
Ich klinge inzwischen mit Sicherheit wie der Vollhorst schlecht hin. Aber vor lauter hin nud her und suchen nud so weiter, weiß ich nicht mal mehr wie ich heiße.. Ehrlich. Sollten wir in den Templateinstellungen sein, dann kann ich über dem Kästchen 'Home' bei HAUPTMENÜ nichts anklicken. Sollten wir uns in den Moduleinstellungen befinden beigefügt der entsprechende Screen. Mich macht das inzwischen so fertig, ich kanns gar nicht sagen. |
|
Der Administrator hat öffentliche Schreibrechte deaktiviert.
|
Aw: Beiträge werden nicht angezeigt 11 Monate 4 Wochen her #80313
|
Hallo Sandsonne,
also ich glaube nicht, dass es irgendetwas mit den Menüpunkten/Modulen zu tun hat. Die Kompenente Content wird überhaupt nicht aufgerufen. Poste doch einmal den kompletten Inhalt der index.php (des Templates) hier. Am Besten über die Spoiler-Funktion einfügen: [spoiler] Inhalt der index.php des templates [/spoiler]ergibt: Warnung: Spoiler! [ Zum Anzeigen klicken ][ Zum Verstecken klicken ] Inhalt der index.php des templates |
|
Der Administrator hat öffentliche Schreibrechte deaktiviert.
Folgende Benutzer bedankten sich: sandsonne
|
Aw: Beiträge werden nicht angezeigt 11 Monate 4 Wochen her #80318
|
Danke
Also, das gleiche Template läuft auf drei weiteren Seiten problemlos. Gesternhaben wir extra zur Probe zwei weitere angelegt. Siehe HIER und HIER und HIER Was heißt spoilerwarnung? Wieso Spoiler anstatt code? Warnung: Spoiler! [ Zum Anzeigen klicken ][ Zum Verstecken klicken ] <?php /** * @copyright Copyright (C) 2010 - JoomSpirit. All rights reserved. */ defined('_JEXEC') or die('Restricted access'); $path = $this->baseurl.'/templates/'.$this->template; $website_name = $this->params->get('website_name'); $website_slogan = $this->params->get('website_slogan'); $color_website_title = $this->params->get('color_website_title'); $color_slogan = $this->params->get('color_slogan'); $position_main_menu = $this->params->get('position_main_menu'); $color_theme_menu = $this->params->get('color_theme_menu'); $color_theme_content = $this->params->get('color_theme_content'); $color_theme_footer = $this->params->get('color_theme_footer'); $color_text = $this->params->get('color_text'); $transparency_menu = $this->params->get('transparency_menu'); $transparency_content = $this->params->get('transparency_content'); $transparency_footer = $this->params->get('transparency_footer'); $width = $this->params->get('width'); $space_left = $this->params->get('space_left'); $space_right = $this->params->get('space_right'); $width_menu = $this->params->get('width_menu'); $width_left = $this->params->get('width_left'); $width_right = $this->params->get('width_right'); $user1_width = $this->params->get('user1_width'); $user3_width = $this->params->get('user3_width'); $user4_width = $this->params->get('user4_width'); $user6_width = $this->params->get('user6_width'); $show_fullscreen = $this->params->get('show_fullscreen'); $color_link = $this->params->get('color_link'); $color_footer = $this->params->get('color_footer'); $font_site_name = $this->params->get('font_site_name'); $font = $this->params->get('font'); $font_content = $this->params->get('font_content'); $google1 = $this->params->get('google1'); $show_tooltips = $this->params->get('show_tooltips'); if ($this->params->get('fontSize') == '') { $fontSize ='12px'; } else { $fontSize = $this->params->get('fontSize'); } JHTML::_('behavior.framework', true); include_once(JPATH_ROOT . "/templates/" . $this->template . '/lib/php/layout.php'); ?> <?php echo '<?xml version="1.0" encoding="utf-8"?'.'>'; ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="www.w3.org/1999/xhtml" xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>" dir="<?php echo $this->direction; ?>" > <head> <jdoc:include type="head" /> <!-- Google fonts --> <?php if ( ($font_site_name != 'JosefinSansStdLight') && ($font_site_name != 'arial') && ($font_site_name != 'Comic sans ms') && ($font_site_name != 'georgia') && ($font_site_name != 'Times new roman') && ($font_site_name != 'Tahoma') ) : ?> <link rel="stylesheet" type="text/css" href="fonts.googleapis.com/css?family=<?php echo $font_site_name ; ?>" /> <?php endif; ?> <?php if ( ($font_site_name != 'JosefinSansStdLight') && ($font_site_name != 'arial') && ($font_site_name != 'Comic sans ms') && ($font_site_name != 'georgia') && ($font_site_name != 'Times new roman') && ($font_site_name != 'Tahoma') ) : ?> <link rel="stylesheet" type="text/css" href="fonts.googleapis.com/css?family=<?php echo $font ; ?>" /> <?php endif; ?> <?php if ( ($font_site_name != 'JosefinSansStdLight') && ($font_site_name != 'arial') && ($font_site_name != 'Comic sans ms') && ($font_site_name != 'georgia') && ($font_site_name != 'Times new roman') && ($font_site_name != 'Tahoma') ) : ?> <link rel="stylesheet" type="text/css" href="fonts.googleapis.com/css?family=<?php echo $font_content ; ?>" /> <?php endif; ?> <!-- style sheet links --> <link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/system/css/general.css" type="text/css" /> <link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/css/main.css" type="text/css" /> <link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/css/nav.css" type="text/css" /> <link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/css/template.css" type="text/css" /> <link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/css/moomenuv.css" type="text/css" /> <link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/lib/js/theme/supersized.shutter.css" type="text/css" /> <link rel="stylesheet" media="screen" type="text/css" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/css/dynamic_css.php?font=<?php echo $font ; ?>&font_site_name=<?php echo $font_site_name ; ?>&font_content=<?php echo $font_content ; ?>&color_website_title=<?php echo substr($color_website_title, 1) ; ?>&color_footer=<?php echo substr($color_footer, 1) ; ?>&color_slogan=<?php echo substr($color_slogan, 1) ; ?>&color_link=<?php echo substr($color_link, 1) ; ?>" /> <?php if ($color_theme_menu == 'black') : ?> <link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/css/black-theme.css" type="text/css" /> <?php endif; ?> <?php if ($color_text == 'white') : ?> <link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/css/white-text.css" type="text/css" /> <?php endif; ?> <?php if($this->direction == 'rtl') : ?> <link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template;?>/css/template_rtl.css" type="text/css" /> <?php endif; ?> <?php if( strstr($_SERVER,'Android') || strstr($_SERVER,'webOS') || strstr($_SERVER,'iPhone') || strstr($_SERVER,'iPod') || strstr($_SERVER,'iPad') || strstr($_SERVER,'blackberry') || strstr($_SERVER,'Windows Phone') || strstr($_SERVER,'Palm') || strstr($_SERVER,'symbian') ) : ?> <link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/css/mobile-<?php echo $color_text ; ?>.css" type="text/css" /> <?php endif; ?> <!--[if lte IE 8]> <link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/css/ie8.css" type="text/css" /> <![endif]--> <!--[if lte IE 7]> <link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/css/ie7.css" type="text/css" /> <![endif]--> <!--[if lt IE 7]> <link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/css/ie6.css" type="text/css" /> <script type="text/javascript" src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/lib/js/iepngfix_tilebg.js"></script> <style type="text/css"> * { behavior: url(<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/lib/js/iepngfix.htc) } </style> <![endif]--> <!-- supersize --> <?php if( ($this->countModules('supersized')) && (! $this->countModules('google_map')) ) : ?> <script type="text/javascript" src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/lib/js/jquery-162.js"></script> <script type="text/javascript" src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/lib/js/jquery.easing.min.js"></script> <script type="text/javascript" src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/lib/js/supersized.3.2.1.js"></script> <script type="text/javascript" src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/lib/js/theme/supersized.shutter.js"></script> <script type="text/javascript"> <jdoc:include type="modules" name="supersized" style="joomspirit" /> </script> <!-- button for fullscreen --> <?php if($show_fullscreen == '1') : ?> <script type="text/javascript"> window.addEvent('domready', function() { jQuery.noConflict(); jQuery('#close-box').click(function(){ jQuery('.column-menu').toggle(1000); jQuery('#bottom_site').toggle(1000); jQuery('.column-content').toggle(750); jQuery('#close-box').toggleClass('reduce'); jQuery('#control-slideshow').toggleClass('down-control-slideshow'); }); }); </script> <?php endif; ?> <script type="text/javascript"> window.addEvent('domready', function() { jQuery.noConflict(); jQuery('#button-controls').click(function(){ jQuery('#controls-wrapper').toggleClass('hide_function'); jQuery('#progress-back').toggleClass('hide_function'); jQuery('#thumb-tray').toggleClass('hide_function'); jQuery('#button-controls').toggleClass('down-button-controls'); }); }); </script> <?php endif; ?> <!-- MOOMENU HORIZONTAL--> <script type="text/javascript" src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/lib/js/UvumiDropdown.js"></script> <script type="text/javascript"> var menu = new UvumiDropdown('main_menu'); </script> <?php if ($show_tooltips == '1') : ?> <script type="text/javascript" src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/lib/js/tooltips.js"></script> <?php endif; ?> </head> <body <?php echo ('style="font-size:'.$fontSize.';"');?> > <?php if( ($this->countModules('supersized')) && ($show_fullscreen == '1') && (! $this->countModules('google_map')) ) : ?> <div id="close-box"></div> <?php endif; ?> <?php if((! $this->countModules('home_page')) && (! $this->countModules('google_map')) && (! $this->countModules('content_one')) && (! $this->countModules('content_two')) ) : ?> <div id="main-site" class="clearfix" style="width:<?php echo $width ; ?>;"> <div class="column-menu <?php echo $color_theme_menu ; ?><?php echo $transparency_menu ; ?>" style="width:<?php echo $width_menu ; ?>;left:<?php echo $space_left ; ?>px ;"> <div class="<?php if ($position_main_menu == '1') echo("position_fixed"); ?>" style="width:<?php echo $width_menu ; ?>;"> <div id="logo" > <?php if($this->countModules('logo')) : ?> <jdoc:include type="modules" name="logo" style="xhtml" /> <?php else : ?> <a href="index.php" ><span> <?php echo $website_name ; ?> <?php if ($website_slogan != "") : ?> <span><?php echo $website_slogan ; ?></span> <?php endif; ?> </span> </a> <?php endif; ?> </div> <div id="menu"> <?php if($this->countModules('menu')) : ?> <jdoc:include type="modules" name="menu" style="xhtml" /> <?php endif; ?> </div> <!-- end of menu --> <?php if ($this->countModules( 'search' )) : ?> <div id="search"> <jdoc:include type="modules" name="search" style="xhtml" /> </div> <?php endif; ?> <?php if ($this->countModules( 'translate' )) : ?> <div id="translate"> <jdoc:include type="modules" name="translate" style="xhtml" /> </div> <?php endif; ?> </div> </div> <!-- end of column menu --> <div class="empty-column" style="width:<?php echo $width_menu ; ?>;padding: 0 <?php echo $space_right ; ?>px 0 <?php echo $space_left ; ?>px ;"> </div> <div class="column-content"> <div class=" <?php echo $color_theme_content ; ?><?php echo $transparency_content ; ?>" > <div> <?php if($this->countModules('left')) : ?> <div class="left" style="width:<?php echo $width_left ; ?>;" > <jdoc:include type="modules" name="left" style="joomspirit" /> </div> <?php endif; ?> <?php if($this->countModules('right')) : ?> <div class="right" style="width:<?php echo $width_right ; ?>;" > <jdoc:include type="modules" name="right" style="joomspirit" /> </div> <?php endif; ?> <div class="content"> <!-- USER 1, 2, 3 --> <?php if($this->countModules('user1') || $this->countModules('user2') || $this->countModules('user3')) : ?> <div id="users_top"> <?php if($this->countModules('user1')) : ?> <div class="user1" <?php echo ('style="width:'.$user1_width.';"');?>> <jdoc:include type="modules" name="user1" style="joomspirit" /> </div> <?php endif; ?> <?php if($this->countModules('user3')) : ?> <div class="user3" <?php echo ('style="width:'.$user3_width.';"');?>> <jdoc:include type="modules" name="user3" style="joomspirit" /> </div> <?php endif; ?> <?php if($this->countModules('user2')) : ?> <div class="user2"> <jdoc:include type="modules" name="user2" style="joomspirit" /> </div> <?php endif; ?> <div class="clr"></div> </div> <?php endif; ?> <!-- END OF USERS TOP --> <div id="main_component" > <!-- MAIN COMPONENT --> <jdoc:include type="message" /> <jdoc:include type="component" /> <?php echo $copy ; ?> </div> <!-- USER 4, 5, 6 --> <?php if($this->countModules('user4') || $this->countModules('user5') || $this->countModules('user6')) : ?> <div id="users_bottom"> <?php if($this->countModules('user4')) : ?> <div class="user4" <?php echo ('style="width:'.$user4_width.';"');?>> <jdoc:include type="modules" name="user4" style="joomspirit" /> </div> <?php endif; ?> <?php if($this->countModules('user6')) : ?> <div class="user6" <?php echo ('style="width:'.$user6_width.';"');?>> <jdoc:include type="modules" name="user6" style="joomspirit" /> </div> <?php endif; ?> <?php if($this->countModules('user5')) : ?> <div class="user5"> <jdoc:include type="modules" name="user5" style="joomspirit" /> </div> <?php endif; ?> <div class="clr"></div> </div> <?php endif; ?> <!-- END OF USERS BOTTOM --> </div> <!-- end of content --> <div class="clr"></div> </div> <?php if($this->countModules('breadcrumb') ) : ?> <div id="breadcrumb"> <jdoc:include type="modules" name="breadcrumb" style="xhtml" /> </div> <?php endif; ?> </div> </div> <!-- end of column-content --> </div> <!-- end of main-site --> <?php else : ?> <!-- if a special module position is loaded --> <div id="main-site" class="clearfix" > <!-- width = 100% here --> <div class="column-menu <?php echo $color_theme_menu ; ?><?php echo $transparency_menu ; ?>" style="width:<?php echo $width_menu ; ?>;left:<?php echo $space_left ; ?>px ;"> <div> <div id="logo" > <?php if($this->countModules('logo')) : ?> <jdoc:include type="modules" name="logo" style="xhtml" /> <?php else : ?> <a href="index.php" ><span> <?php echo $website_name ; ?> <?php if ($website_slogan != "") : ?> <span><?php echo $website_slogan ; ?></span> <?php endif; ?> </span> </a> <?php endif; ?> </div> <div id="menu"> <?php if($this->countModules('menu')) : ?> <jdoc:include type="modules" name="menu" style="xhtml" /> <?php endif; ?> </div> <!-- end of menu --> <?php if ($this->countModules( 'search' )) : ?> <div id="search"> <jdoc:include type="modules" name="search" style="xhtml" /> </div> <?php endif; ?> <?php if ($this->countModules( 'translate' )) : ?> <div id="translate"> <jdoc:include type="modules" name="translate" style="xhtml" /> </div> <?php endif; ?> </div> </div> <!-- end of column menu --> <?php if($this->countModules('google_map')) : ?> <div class="module_google_map" > <jdoc:include type="modules" name="google_map" style="xhtml" /> </div> <?php endif; ?> <?php if($this->countModules('content_one')) : ?> <div class="content_one <?php echo $color_theme_content ; ?><?php echo $transparency_content ; ?>" > <jdoc:include type="modules" name="content_one" style="joomspirit" /> </div> <?php endif; ?> <?php if($this->countModules('content_two')) : ?> <div class="content_two <?php echo $color_theme_content ; ?><?php echo $transparency_content ; ?>" > <jdoc:include type="modules" name="content_two" style="joomspirit" /> </div> <?php endif; ?> </div> <!-- end of main-site --> <?php endif; ?> <?php if(($this->countModules('home_page')) || ($this->countModules('google_map')) || ($this->countModules('content_one')) || ($this->countModules('content_two')) ) : ?> <div class="hide-mobile" style="z-index:12;"> <?php endif; ?> <!-- supersize Thumbnail Navigation --> <?php if( ($this->countModules('supersized')) && (! $this->countModules('google_map')) ) : ?> <!--Thumbnail Navigation--> <div id="prevthumb"></div> <div id="nextthumb"></div> <!--Arrow Navigation--> <a id="prevslide" class="load-item"></a> <a id="nextslide" class="load-item"></a> <div id="thumb-tray" class="load-item hide_function"> <div id="thumb-back"></div> <div id="thumb-forward"></div> </div> <!--Time Bar--> <div id="progress-back" class="load-item hide_function"> <div id="progress-bar"></div> </div> <!--Control Bar--> <div id="controls-wrapper" class="load-item hide_function"> <div id="controls"> <a id="play-button"><span id="pauseplay"></span></a> <!--Slide counter--> <div id="slidecounter"> <span class="slidenumber"></span> / <span class="totalslides"></span> </div> <!--Slide captions displayed here--> <div id="slidecaption"></div> <!--Thumb Tray button--> <a id="tray-button"><span id="tray-arrow"></span></a> <!--Navigation--> <ul id="slide-list"></ul> </div> </div> <div id="button-controls"></div> <?php endif; ?> <?php if(($this->countModules('home_page')) || ($this->countModules('google_map')) || ($this->countModules('content_one')) || ($this->countModules('content_two')) ) : ?> </div> <?php endif; ?> <?php if(($this->countModules('home_page')) || ($this->countModules('google_map')) || ($this->countModules('content_one')) || ($this->countModules('content_two')) ) : ?> <div class="hide-mobile-background <?php if($this->countModules('google_map')) echo'zindex10' ; ?>"> <?php endif; ?> <div class="footer-background <?php echo $color_theme_footer ; ?><?php echo $transparency_footer ; ?>" > </div> <?php if(($this->countModules('home_page')) || ($this->countModules('google_map')) || ($this->countModules('content_one')) || ($this->countModules('content_two')) ) : ?> </div> <?php endif; ?> <?php if(($this->countModules('home_page')) || ($this->countModules('google_map')) || ($this->countModules('content_one')) || ($this->countModules('content_two')) ) : ?> <div class="hide-mobile"> <?php endif; ?> <div class="footer-content"> <div class="empty-column" style="width:<?php echo $width_menu ; ?>;padding: 0 <?php echo $space_right ; ?>px 0 <?php echo $space_left ; ?>px ;"> </div> <div class="footer-right"> <?php if ($this->countModules( 'address' )) : ?> <div id="address"> <jdoc:include type="modules" name="address" style="xhtml" /> </div> <?php endif; ?> <?php if( ($this->countModules('supersized')) && (! $this->countModules('google_map')) ) : ?> <div id="space-button-controls"></div> <?php endif; ?> <!-- SOCIAL LINKS --> <?php if( ($google1 == 'yes') || ($this->params->get('twitter') != '') || ($this->params->get('blogger') != '') || ($this->params->get('delicious') != '') || ($this->params->get('flickr') != '') || ($this->params->get('facebook') != '') || ($this->params->get('rss') != '') || ($this->params->get('linkedin') != '') || ($this->params->get('myspace') != '') || ($this->params->get('yahoo') != '') || ($this->params->get('youtube') != '') || ($this->params->get('vimeo') != '') ) : ?> <div id="social-links"> <ul> <?php if ($google1 == 'yes') : ?> <li><g:plusone size="small" count="false"></g:plusone></li> <?php endif; ?> <?php if ($this->params->get('twitter') != '') : ?> <li><a target="_blank" id="twitter" title="Twitter" href="<?php echo $this->params->get('twitter') ?>">Twitter</a></li> <?php endif; ?> <?php if ($this->params->get('blogger') != '') : ?> <li><a target="_blank" id="blogger" title="Blogger" href="<?php echo $this->params->get('blogger') ?>">Blogger</a></li> <?php endif; ?> <?php if ($this->params->get('delicious') != '') : ?> <li><a target="_blank" id="delicious" title="Delicious" href="<?php echo $this->params->get('delicious') ?>">Delicious</a></li> <?php endif; ?> <?php if ($this->params->get('facebook') != '') : ?> <li><a target="_blank" id="facebook" title="Facebook" href="<?php echo $this->params->get('facebook') ?>">Facebook</a></li> <?php endif; ?> <?php if ($this->params->get('rss') != '') : ?> <li><a target="_blank" id="rss" title="RSS" href="<?php echo $this->params->get('rss') ?>">RSS</a></li> <?php endif; ?> <?php if ($this->params->get('linkedin') != '') : ?> <li><a target="_blank" id="linkedin" title="Linkedin" href="<?php echo $this->params->get('linkedin') ?>">Linkedin</a></li> <?php endif; ?> <?php if ($this->params->get('myspace') != '') : ?> <li><a target="_blank" id="myspace" title="Myspace" href="<?php echo $this->params->get('myspace') ?>">Myspace</a></li> <?php endif; ?> <?php if ($this->params->get('flickr') != '') : ?> <li><a target="_blank" id="flickr" title="Flickr" href="<?php echo $this->params->get('flickr') ?>">Flickr</a></li> <?php endif; ?> <?php if ($this->params->get('youtube') != '') : ?> <li><a target="_blank" id="youtube" title="Youtube" href="<?php echo $this->params->get('youtube') ?>">Youtube</a></li> <?php endif; ?> <?php if ($this->params->get('vimeo') != '') : ?> <li><a target="_blank" id="vimeo" title="Vimeo" href="<?php echo $this->params->get('vimeo') ?>">Vimeo</a></li> <?php endif; ?> <?php if ($this->params->get('yahoo') != '') : ?> <li><a target="_blank" id="yahoo" title="Yahoo" href="<?php echo $this->params->get('yahoo') ?>">Yahoo</a></li> <?php endif; ?> </ul> </div> <?php endif; ?> <?php if($this->countModules('bottom_menu')) : ?> <div id="bottom_menu"> <jdoc:include type="modules" name="bottom_menu" style="xhtml" /> </div> <?php endif; ?> <div class="clr"></div> </div> </div> <!-- end of footer content --> <?php if(($this->countModules('home_page')) || ($this->countModules('google_map')) || ($this->countModules('content_one')) || ($this->countModules('content_two')) ) : ?> </div> <?php endif; ?> <?php if ($google1 == 'yes') : ?> <script type="text/javascript" src="apis.google.com/js/plusone.js"></script> <?php endif; ?> </body> </html> |
|
Der Administrator hat öffentliche Schreibrechte deaktiviert.
|
Aw: Beiträge werden nicht angezeigt 11 Monate 4 Wochen her #80325
|
Hallo, sandsonne
Was heißt spoilerwarnung? Wieso Spoiler anstatt code? de.wikipedia.org/wiki/Spoiler_%28Medien%29 |
|
Liebe Grüße, Christiane
Der Administrator hat öffentliche Schreibrechte deaktiviert.
Folgende Benutzer bedankten sich: sandsonne
|
Aw: Beiträge werden nicht angezeigt 11 Monate 4 Wochen her #80330
|
ich muss ja nicht alles verstehen und will es auch nicht. Aber danke, Christiane.
|
|
Der Administrator hat öffentliche Schreibrechte deaktiviert.
|
Kunena Forum


