Home > Template > Tips & Trick Template Bikin Template Joomla!

Tips & Trick Template Bikin Template Joomla!

1.  copyright dicantumkan di paling atas, contoh template :

<?php
/**
* @copyright    Copyright (C) 2005 – 2008 Open Source Matters. All rights reserved.
* @license        GNU/GPL, see LICENSE.php
* Joomla! is free software. This version may have been modified pursuant
* to the GNU General Public License, and as distributed it includes or
* is derivative of works licensed under the GNU General Public License or
* other free or open source software licenses.
* See COPYRIGHT.php for copyright notices and details.
*/

// no direct access
defined( ‘_JEXEC’ ) or die( ‘Restricted access’ );
?>
<!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” />
<link rel=”stylesheet” href=”<?php echo $this->baseurl ?>/templates/default/css/template.css” type=”text/css” />
<body>
<!– container –>
<div id=”container”>
<div id=”container-inner” class=”pkg”>

<!– banner –>
<div id=”banner”>
<div id=”banner-inner” class=”pkg”>

</div>
</div>
<!– /banner –>

<!– page body –>
<div id=”pagebody”>
<div id=”pagebody-inner” class=”pkg”>
<!– alpha –>
<div id=”alpha”>
<div id=”alpha-inner” class=”pkg”>

</div>
</div>
<!– /alpha –>

<!– beta –>
<div id=”beta”>
<div id=”beta-inner” class=”pkg”>

</div>
</div>
<!– /beta –>

<!– beta –>
<div id=”gamma”>
<div id=”gamma-inner” class=”pkg”>

</div>
</div>
<!– /beta –>

</div>

</div>
<!– /page body –>

</div>
</div>
<!– /container –>

</body>

</html>

Categories: Template
  1. July 27, 2008 at 11:06 am | #1

    You might want to check on the biggest joomla product ever released… Its got pre-made joomla websites with all the components and modules already installed(such as community site,shopping site and many more,you can install like the standard joomla), joomla video tutorials, extensions , templates and lots more…
    visit : http://readymadejoomla.com/product.htm

  1. No trackbacks yet.