Keyword
Please note that official support for commercial extensions & templates is provided in the Subscriber Help Desk.
Support requests should ONLY be directed there and require an active subscription plan.
This forum board is to be used for archive purposes and knowledge exchange ONLY.

Bilder werden im neuen Fenster geöffnet und haben blaue Linkrahmen

  • schubi
  • schubi's Avatar Topic Author
  • Offline
  • New Member
More
16 years 5 months ago #15839 by schubi
Hallo, ich habe die Pro - Version von SIG PRO gekauft, weil die Standard - Version funktioniert hat. Jetzt wird mit keinem der Popup-Engines die Gallery richtig angezeigt. Ich verwende Joomla 1.0.15.
Weiss jemand , wo ich etwas ändern muss? Bin für jede Hilfe dankbar.
René

Ich nehme an das es an meiner index.php vom Template liegt,mit dem Standard-Template funktioniert SIG PRO kann den Fehler aber nicht finden.

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="de-de">
<head>
  <meta content="text/html; charset=ISO-8859-1" http-equiv="content-type">
  <link rel="stylesheet">
<?php echo "<link rel=\"stylesheet\" href=\"$GLOBALS[mosConfig_live_site]/templates/$GLOBALS[cur_template]/css/template_css.css\" type=\"text/css\"/>" ; ?>
<!--[if lte IE 6]>
<link href="<?php echo $mosConfig_live_site;?>/templates/<?php echo $mainframe->getTemplate(); ?>/css/template_ie.css" rel="stylesheet" 
type="text/css" />
<![endif]-->
  <title>Hier der Titel</title>
</head>
<body><!--align="center"--> 
<table class="top" style="text-align: left; width: 889px;" border="0"
 cellpadding="0" cellspacing="0">
<tbody>
    <tr>
      <td
 style="width: 300px; text-align: left; vertical-align: top;"><?php mosLoadModules ( 'user4'); ?></td>
      <td
 style="width: 617px; text-align: right; vertical-align: top;">LogoText</td>
    </tr>
  </tbody>
</table>
<table class="site" style="width: 889px; height: 389px;" cellpadding="0" cellspacing="0">
  <tbody>
    <tr>
      <td class="oben" style="height: 160px; width: 889px;" colspan="2" rowspan="1"></td>
	</tr>
	<tr>
       <td colspan="2"><?php mosLoadModules ( 'user9'); ?></td>
	</tr>
	    <tr>
      <td style="height:1px;">    
		</td>
      <td class="main" rowspan="2"><?php mosMainBody(); ?>
      </td>
    </tr>
    <tr>
      <td class="menu" style="text-align: left; vertical-align: top;" ><?php mosLoadModules('user1',-1);?><a href="http://www.google.de/" target="_blank">
<img class="jp" src="http://www.testserver.com/site/images/../templates/box/images/japanese.gif"" width="20" height="14" alt="Google"></a><br><br><?php mosLoadModules ( 'left',-1 ); ?><br><?php mosLoadModules ( 'user5');?></td>
    </tr>
    <tr>
      <td style="height: 25px; width: 711px;" colspan="2" rowspan="1"><?php include_once('includes/footer.php'); ?>
      </td>
    </tr>
  </tbody>
</table>
<br>
</body>
</html>

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum