Arkadaşım ne yapmaya çalıştığını anlamadım ama birine çamur atmadan önce işin iç yüzünü biraz araştırıp öğrenme zahmetine katlansan diyorum. Joomla ile hasbel kader 1.5 yıl önce tanıştığım ve kendi çapımda önce html temaları joomlaya çevirerek sonra bildik temaları örnek alıp onlara benzetmek yolu ile tema yapmayı öğrenmeye çalıştığım aşikar bir durumdur. Sitemde ve yöneticisi olduğum
cmsturk forumlarında da bu konu ayan beyan ortadadır. Yani ortada yasak, yanlış veya gözden kaçırılan bir durum mevcut değildir. Daha önce başka bildik temalara da benzeterek temalar yaptım ve onları ücretsiz paylaştım. (Örn ja_xenia ya benzeterek yaptığım mt_turunc teması gibi). Bunu hiçbir zaman saklamadım ki ayan beyan açıkladım. Sizin bahsettiğiniz tema da aynı şekilde shape5 in newslink temasına benzetilerek yapılmıştır. Kesinlikle o temanın satın alınmış veya w a r e z yolu ile edinilmiş ve sonra da değiştirilmiş hali değildir. Bunu da zaten açıklama kısmına yazdım. Ayrıca zahmet edip index.php kodlarına ve aşağı açılan menü kısmına baksaydın zaten bunu görür ve mal bulmuş magribi gibi gelip burada bu konuyu açmazdın. Ama sana zahmet olmasın ve ortada şaibeli bir durum kalmasın diye ben index.php, css kodlarını ve psd dosyasını burada paylaşıyorum.Başta sen olmak üzere isteyen bakabilir. Photoshop dosyasını olduğu gibi ham hali ile paylaşıyorum yani en tepede bir layer olarak newslinkin print-screen ile alınmış ekran görüntüsü ve altta da benim yaptığım layerlar var. Benim elimde newslinkin orjinali ve psd dosyası yok (Allah şahittir ki yok) ama olan arkadaş varsa bir zahmet index.php kodlarını css kodlarını ve psd dosyasını karşılaştırıp sonucu yazsın ki ismim temize çıksın bu müfteri arkadaşın da maskesi düşsün.
PSD dosyası buradan indirilip incelenebilir index.php kodları<?php
/*---
#joomlatema.net Aralik 2008
# ----------------------------------------------------------------------
# Copyright (C) 2008 joomlatema.net. Her hakki saklidir.
# Designed by: muratyil
# License: Ucretli tema. Paylasimi ve dagitimi yasaktir.
# Website: http://www.joomlatema.net
------------------------------------------------------------------------*/
defined( '_JEXEC' ) or die( 'Restricted index access' );
$menu_name = $this->params->get("menuName", "mainmenu");// mainmenu, istediginiz menu ogesini yaziniz.
define( 'TEMPLATEPATH', dirname(__FILE__) );
include( TEMPLATEPATH.DS."settings.php");
require( TEMPLATEPATH.DS."suckerfish.php");
?>
<?php JHTML::_('behavior.mootools'); ?>
<!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; iso-8859-9?>" >
<head>
<jdoc:include type="head" />
<link rel="stylesheet" href="templates/_system/css/general.css" type="text/css" />
<link rel="stylesheet" href="templates/<?php echo $this->template ?>/css/template.css" type="text/css" />
<script type="text/javascript" src="templates/<?php echo $this->template ?>/script/mootools.js"></script>
<script type="text/javascript" src="templates/<?php echo $this->template ?>/script/sve.js"></script>
<script type="text/javascript" src="templates/<?php echo $this->template ?>/script/ie.js"></script>
<script type="text/javascript" src="templates/<?php echo $this->template ?>/script/ie2.js"></script>
<?php
if($this->countModules('left and right') == 1) $ortagovde_solwidth = "dar";
if($this->countModules('left and right') == 0) $ortagovde_solwidth = "genis";
if($this->countModules('inset and bottom and advert1 and advert2') == 0) $altmoduller_disdisplay= "bos";
if($this->countModules('right') == 0 || $this->countModules('left') == 1 ) $anaicerikmoduluwidth = "orta";
if($this->countModules('right') == 0 || $this->countModules('left') == 1 ) $anaicerikmodulu_baslik = "_orta";
if($this->countModules('right') == 0 || $this->countModules('left') == 1 ) $anaicerikmodulu_orta = "_orta";
if($this->countModules('right') == 0 || $this->countModules('left') == 1 ) $anaicerikmodulu_alt = "_orta";
if($this->countModules('left and right') == 1) $anaicerikmodulu = "normal";
if($this->countModules('left and right') == 1) $anaicerikmodulu_baslik = "_dar";
if($this->countModules('left and right') == 1) $anaicerikmodulu_orta = "_dar";
if($this->countModules('left and right') == 1) $anaicerikmodulu_alt = "_dar";
?>
<!--[if lte IE 6]>
<link rel="stylesheet" href="templates/habermerkezi/css/ie6.css" type="text/css" />
</style>
<![endif]-->
<!--[if lte IE 6]>
<style type="text/css">
img {
background-position: -1000px;
behavior: url("templates/<?php echo $mainframe->
getTemplate();
?>/png_hack.htc");
}
</style>
<![endif]-->
</head>
<body>
<div align="center" id="anacevreleyici"><div id="sayfa-golge">
<div id="sayfa">
<div id="baslik_ust"><?php if($this->countModules('giris')) : ?><div id="girismodulu">
<jdoc:include type="modules" name="giris" style="xhtml" /></div>
<?php endif; ?><?php if($this->countModules('sondakika')) : ?><div id="sondakika">
<jdoc:include type="modules" name="sondakika" style="xhtml" />
</div><?php endif; ?>
</div><!--baslik_ust sonu-->
<div id="baslik_orta"><div id="baslik_orta_sol"><div id="logo"></div></div>
<div id="baslik_orta_sag">
<div id="banner1_dis"> <div id="banner1">
<jdoc:include type="modules" name="banner" style="xhtml" /></div>
</div>
</div></div>
<div id="ustmenu2_dis">
<div id="ustmenu2"><!-- asagi acilir menu-->
<div id="suck" style="font-size:<?php echo $css_font; ?>;">
<div style="font-size:<?php echo $css_font; ?>; width:<?php echo $css_width; ?>; margin:0 auto; text-align:center; ">
<div id="anasayfadugmesi_dis"><div id="anasayfadugmesi"><a href="index.php">Anasayfa</a></div></div>
<div id="navigacija">
<?php mosShowListMenu($menu_name); ?>
</div></div></div>
</div><!-- asagi acilir menu sonu--></div><div class="temizleyici"></div>
<div id="ortagovde">
<div id="ortagovde_sol<?php echo $ortagovde_solwidth;?>">
<?php if($this->countModules('user5')) : ?><div id="mansetmodulu">
<jdoc:include type="modules" name="user5" style="rounded" />
</div><?php endif; ?>
<div id="ortagovde_sol_altkisim">
<?php if($this->params->get('showComponent')) : ?>
<div id="anaicerikmodulu<?php echo $anaicerikmodulu; ?>">
<div id="anaicerikmodulu_orta<?php echo $anaicerikmodulu_orta; ?>"><div id="anaicerikmodulu_alt<?php echo $anaicerikmodulu_alt; ?>"><div id="anaicerikmodulu_baslik<?php echo $anaicerikmodulu_baslik; ?>"><div class="anaicerik_hizalama">
<jdoc:include type="component" /></div>
</div></div></div></div><?php endif; ?><div id="ortagovde_kutular"><?php if($this->countModules('right')) : ?><div id="ortagovde_kutu1">
<jdoc:include type="modules" name="right" style="rounded" />
</div><?php endif; ?></div></div>
</div><div id="ortagovde_sag">
<?php if($this->countModules('left')) : ?>
<div id="sagustkutu1"><div id="search">
<jdoc:include type="module" name="search" />
</div>
<jdoc:include type="modules" name="left" style="rounded" />
</div><?php endif; ?>
</div><div></div><div class="temizleyici"></div></div>
<div class="temizleyici"></div>
<div id="altmoduller_dis<?php echo $altmoduller_disdisplay; ?>">
<div id="altmoduller_baslik"></div>
<div id="altmoduller_orta"><div id="altmoduller_alt"><table width="890" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="25%" align="left" valign="top" class="hizalama"><jdoc:include type="modules" name="inset" style="xhtml" /></td>
<td width="25%" align="left" valign="top" class="hizalama"><jdoc:include type="modules" name="bottom" style="xhtml" /></td>
<td width="25%" align="left" valign="top" class="hizalama"><jdoc:include type="modules" name="advert1" style="xhtml" /></td>
<td width="25%" align="left" valign="top" class="hizalama"><jdoc:include type="modules" name="advert2" style="xhtml" /></td>
</tr>
</table>
</div></div>
</div><!--altmoduller_dis sonu--><div class="enalt_bosluk"></div><div id="enalt_siyahbant"><div class="copyright">Copyright © Sizin Siteniz </div></div></div><!--sayfa sonu--></div><!--sayfa-golge sonu--></div><!--anacevreleyici sonu-->
</body>
</html>