И в блоге и в статье. Везде в контенте.
А в модулях с изображениями все в порядке.
А так в материал ставишь хоть 100 фоток, видна только одна, причем задрана и прибита к левому краю.
Поменять можно только край на правый.
И по ходу дело не в стилях. Сменила templetate.css проблема осталась. Ушла только рамочка.
А вот, когда поменяла index.php, тогда реакция на лицо. Но сдохну не пойму, где это там прописано.
// no direct access
defined( '_JEXEC' ) or die( 'Restricted access' );
include_once (dirname(__FILE__).DS.'ja_vars_1.5.php');
?>
<!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" xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>">
<head>
<jdoc:include type="head" />
<?php JHTML::_('behavior.mootools'); ?>
<link rel="stylesheet" href="<?php echo $tmpTools->baseurl(); ?>templates/system/css/system.css" type="text/css" />
<link rel="stylesheet" href="<?php echo $tmpTools->baseurl(); ?>templates/system/css/general.css" type="text/css" />
<link rel="stylesheet" href="<?php echo $tmpTools->templateurl(); ?>/css/template.css" type="text/css" />
<link rel="stylesheet" href="<?php echo $tmpTools->templateurl(); ?>/css/typo.css" type="text/css" />
<script language="javascript" type="text/javascript">
var siteurl = '<?php echo $tmpTools->baseurl();?>';
var tmplurl = '<?php echo $tmpTools->templateurl();?>';
</script>
<script language="javascript" type="text/javascript" src="<?php echo $tmpTools->templateurl(); ?>/js/ja.script.js"></script>
<?php if ($tmpTools->getParam('rightCollapsible')): ?>
<script language="javascript" type="text/javascript">
var rightCollapseDefault='<?php echo $tmpTools->getParam('rightCollapseDefault'); ?>';
var excludeModules='<?php echo $tmpTools->getParam('excludeModules'); ?>';
</script>
<script language="javascript" type="text/javascript" src="<?php echo $tmpTools->templateurl(); ?>/js/ja.rightcol.js"></script>
<?php endif; ?>
<?php if ( $tmpTools->getParam('ja_cufon') && ( strtolower ($tmpTools->getParam(JA_TOOL_COLOR)) == 'handwritten_light' || strtolower ($tmpTools->getParam(JA_TOOL_COLOR)) == 'handwritten_dark' ) ) : ?>
<!-- Cufont -->
<script language="javascript" type="text/javascript" src="<?php echo $tmpTools->templateurl(); ?>/js/cufon/cufon.js"></script>
<script language="javascript" type="text/javascript" src="<?php echo $tmpTools->templateurl(); ?>/js/cufon/DaysLater_400.font.js"></script>
<script type="text/javascript">
Cufon.replace('#ja-topsl div.moduletable h3, div.jazin-section a span, h1.componentheading, .componentheading, #ja-col2 div.moduletable h3, #ja-col2 div.moduletable_default h3, #ja-col2 div.moduletable_menu h3, #ja-col2 div.moduletable_text h3', { fontFamily: 'DaysLater' });
</script>
<!-- // Cufont -->
<?php endif ?>
<!-- Menu head -->
<?php if ($jamenu) $jamenu->genMenuHead(); ?>
<link href="<?php echo $tmpTools->templateurl(); ?>/css/colors/<?php echo strtolower ($tmpTools->getParam(JA_TOOL_COLOR)); ?>.css" rel="stylesheet" type="text/css" />
<!--[if lte IE 6]>
<style type="text/css">
img {border: none;}
<?php if ($iebgpng) : ?>
#ja-bdbg {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='<?php echo $tmpTools->templateurl();?>/images/background/<?php echo $bgimg;?>', sizingMethod='image');
}
body {
background-image: none!important;
}
<?php endif; ?>
</style>
<![endif]-->
<?php if ($tmpTools->isIE()) { ?>
<link href="<?php echo $tmpTools->templateurl(); ?>/css/ie.php" rel="stylesheet" type="text/css" />
<link href="<?php echo $tmpTools->templateurl(); ?>/css/colors/<?php echo strtolower ($tmpTools->getParam(JA_TOOL_COLOR)); ?>-ie.php" rel="stylesheet" type="text/css" />
<link href="<?php echo $tmpTools->templateurl(); ?>/css/colors/<?php echo strtolower ($tmpTools->getParam(JA_TOOL_COLOR)); ?>-ie.php" rel="stylesheet" type="text/css" />
<!--[if lte IE 6]>
<script type="text/javascript">
window.addEvent ('load', makeTransBG);
function makeTransBG() {
makeTransBg($$('img'));
}
</script>
<![endif]-->
<?php } ?>
</head>
<body id="bd" class="<?php echo $tmpTools->getParam(JA_TOOL_LAYOUT);?> <?php echo $tmpTools->getParam(JA_TOOL_SCREEN);?> fs<?php echo $tmpTools->getParam(JA_TOOL_FONT);?>">
<a href="http://jsharing.com/jtemplates/joomlart/ja-lead.html"></a>
<div id="ja-wrapper">
<a name="Top" id="Top"></a>
<!-- HEADER -->
<div id="ja-header" class="wrap">
<div class="main clearfix">
<?php
$siteName = $tmpTools->sitename();
if ($tmpTools->getParam('logoType')=='image') { ?>
<h1 class="logo">
<a href="index.php" title="<?php echo $siteName; ?>"><span><?php echo $siteName; ?></span></a>
</h1>
<?php } else {
$logoText = (trim($tmpTools->getParam('logoText'))=='')? $config->sitename : $tmpTools->getParam('logoText');
$sloganText = (trim($tmpTools->getParam('sloganText'))=='')? JText::_('SITE SLOGAN') : $tmpTools->getParam('sloganText'); ?>
<div class="logo-text">
<h1><a href="index.php" title="<?php echo $siteName; ?>"><span><?php echo $logoText; ?></span></a></h1>
<p class="site-slogan"><?php echo $sloganText;?></p>
</div>
<?php } ?>
<!-- Main Navigation -->
<div id="ja-mainnav">
<ul class="no-display">
<li><a href="<?php echo $tmpTools->getCurrentURL();?>#ja-content" title="<?php echo JText::_("Skip to content");?>"><?php echo JText::_("Skip to content");?></a></li>
</ul>
<?php if ($jamenu) $jamenu->genMenu (0); ?>
</div>
<!-- //Main Navigation -->
</div>
</div>
<!-- //HEADER -->
<?php if ( $this->countModules('ja-slideshow') ) { ?>
<!-- TOP SPOTLIGHT -->
<div id="ja-slideshow" class="wrap">
<div class="main clearfix">
<jdoc:include type="modules" name="ja-slideshow" style="raw" />
</div>
</div>
<!-- //TOP SPOTLIGHT -->
<?php } ?>
<!-- PATHWAY -->
<div id="ja-pathway" class="wrap">
<div class="main clearfix">
<div class="ja-pathway-text">
<strong></strong><jdoc:include type="module" name="breadcrumbs" />
</div>
<?php if ($this->countModules('user4') ) { ?>
<div id="ja-search">
<jdoc:include type="modules" name="user4" style="raw" />
</div>
<?php } ?>
</div>
</div>
<!-- //PATHWAY -->
<div id="ja-container<?php echo $divid; ?>" class="wrap">
<div class="main clearfix">
<!-- CONTENT -->
<div id="ja-mainbody">
<jdoc:include type="message" />
<?php if( $this->countModules('ja-topsl') ) { ?>
<!-- TOP SPOTLIGHT-->
<div id="ja-topsl">
<div class="ja-innerpad clearfix">
<jdoc:include type="modules" name="ja-topsl" style="xhtml" />
</div></div>
<!-- //TOP SPOTLIGHT -->
<?php } ?>
<div id="ja-content">
<div class="ja-innerpad">
<div class="ja-content-inner">
<?php if(!$tmpTools->isFrontPage()) : ?>
<div id="ja-current-content" class="clearfix">
<jdoc:include type="component" />
</div>
<?php endif; ?>
<?php if ( $this->countModules('ja-news') ) { ?>
<!-- JA NEWS -->
<div id="ja-news">
<jdoc:include type="modules" name="ja-news" style="xhtml" />
</div>
<!-- //JA NEWS -->
<?php } ?>
</div></div></div>
<?php if ( $ja_left ) { ?>
<!-- LEFT COLUMN -->
<div id="ja-col1">
<?php if ($hasSubnav) : ?>
<div id="ja-subnav" class="moduletable_menu">
<h3>On this page</h3>
<div class="ja-inner">
<?php if ($jamenu) $jamenu->genMenu (1,1); ?>
</div>
</div>
<?php endif; ?>
<jdoc:include type="modules" name="left" style="jamodule" />
</div>
<!-- //LEFT COLUMN -->
<?php } ?>
</div>
<!-- //CONTENT -->
<?php if ( $ja_right ) { ?>
<!-- RIGHT COLUMN -->
<div id="ja-col2">
<jdoc:include type="modules" name="right" style="xhtml" />
</div>
<!-- //RIGHT COLUMN -->
<?php } ?>
</div>
</div>
<?php
$spotlight = array ('user1','user2','user8','user9');
$botsl = $tmpTools->calSpotlight ($spotlight,$tmpTools->isOP()?100:99.5);
if( $botsl ) {
?>
<!-- BOTTOM SPOTLIGHT-->
<div id="ja-botsl" class="wrap">
<div class="main clearfix">
<?php if( $this->countModules('user1') ) {?>
<div class="ja-box<?php echo $botsl['user1']['class']; ?>" style="width: <?php echo $botsl['user1']['width']; ?>;">
<jdoc:include type="modules" name="user1" style="xhtml" />
</div>
<?php } ?>
<?php if( $this->countModules('user2') ) {?>
<div class="ja-box<?php echo $botsl['user2']['class']; ?>" style="width: <?php echo $botsl['user2']['width']; ?>;">
<jdoc:include type="modules" name="user2" style="xhtml" />
</div>
<?php } ?>
<?php if( $this->countModules('user8') ) {?>
<div class="ja-box<?php echo $botsl['user8']['class']; ?>" style="width: <?php echo $botsl['user8']['width']; ?>;">
<jdoc:include type="modules" name="user8" style="xhtml" />
</div>
<?php } ?>
<?php if( $this->countModules('user9') ) {?>
<div class="ja-box<?php echo $botsl['user9']['class']; ?>" style="width: <?php echo $botsl['user9']['width']; ?>;">
<jdoc:include type="modules" name="user9" style="xhtml" />
</div>
<?php } ?>
</div></div>
<!-- //BOTTOM SPOTLIGHT 2 -->
<?php } ?>
<!-- FOOTER -->
<div id="ja-footer" class="wrap">
<div class="main clearfix">
<div class="ja-inner clearfix">
<jdoc:include type="modules" name="user3" />
<jdoc:include type="modules" name="footer" />
</div>
<div class="logo-footer"></div>
</div>
</div>
<!-- //FOOTER -->
<jdoc:include type="modules" name="debug" />
<script type="text/javascript">
//addSpanToTitle();
//jaAddFirstItemToTopmenu();
jaAddFirstItemToBottommenu();
//jaRemoveLastContentSeparator();
//jaRemoveLastTrBg();
//moveReadmore();
//addIEHover();
//slideshowOnWalk ();
//apply png ie6 main background
</script>
</div>
</body>
</html>