Betreff: Aw:: eXtGallery 1.0.8 - Slideshow von redstar197 am 14.09.2009 19:39:19
Danke für den super Support. Die Sprachfiles funktionieren auch super, aber leider funktioniert die slideshow bei mir nicht. Ich denke ich hab nen Fehler in der Theme.html. Leider ist mein Englisch nur Mittelmäßig.
Hier der Code (Ich hoffe der Fehler wird hier gefunden)
<!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" lang="<{$xoops_langcode}>" xml:lang="<{$xoops_langcode}>">
<head>
<!-- Center block custom positioning -->
<{* Center blocks display order
valid values are: lrc (left right / center) lcr (left center right) clr (center / left right)
*}>
<{assign var=theme_top_order value=lrc}>
<{assign var=theme_bottom_order value=lcr}>
<!-- Theme name -->
<{assign var=theme_name value=$xoTheme->folderName}>
<!-- Title and meta -->
<title><{if $xoops_pagetitle !=''}><{$xoops_pagetitle}> : <{/if}><{$xoops_sitename}></title>
<meta http-equiv="content-type" content="text/html; charset=<{$xoops_charset}>" />
<meta name="robots" content="<{$xoops_meta_robots}>" />
<meta name="keywords" content="<{$xoops_meta_keywords}>" />
<meta name="description" content="<{$xoops_meta_description}>" />
<meta name="rating" content="<{$xoops_meta_rating}>" />
<meta name="author" content="<{$xoops_meta_author}>" />
<meta name="copyright" content="<{$xoops_meta_copyright}>" />
<meta name="generator" content="ImpressCMS" />
<!-- Favicon -->
<link rel="shortcut icon" type="image/ico" href="<{xoImgUrl icons/favicon.ico}>" />
<link rel="icon" type="image/png" href="<{xoImgUrl icons/icon.png}>" />
<!-- Sheet Css -->
<link rel="stylesheet" type="text/css" media="all" title="Style sheet" href="<{xoAppUrl xoops.css}>" />
<link rel="stylesheet" type="text/css" media="all" title="Style sheet" href="<{xoImgUrl style.css}>" />
<link rel="stylesheet" type="text/css" media="all" title="Style sheet" href="<{xoImgUrl layout.css}>" />
<link rel="stylesheet" type="text/css" media="all" title="Style sheet" href="<{xoImgUrl style.css}>" />
<!-- Module Header -->
<{$xoops_module_header}>
<script src="<{xoImgUrl js/mootools-1.2.x.js}>" type="text/javascript"></script>
</head>
|