SlideShare a Scribd company logo
1 of 12
Template File Components
 Within the directory of a template, there are two key files:
 /element/templateDetails.xml
 /element/index.php
 This is an XML-format metadata file that tells Joomla what other
files are needed when it loads a web page that uses this
template.
 index.php - This file is the most important in a Joomla template. It
lays out the site and tells the Joomla CMS where to put the
different components and modules. It is a combination of PHP
and HTML.
Additional Files Needed
 /element/template_thumbnail.png
 /element/params.ini
 /element/css/template.css
 /element/images/logo.png
Main components of index.php
• <?php echo $this->language; ?>
--pulls the language from the site's language setting in
Global Configuration.
• $app = Jfactory::getApplication();
--A variable that allows you to grab various parameters,
like the name of the site and use them in the template.
More header Info.
 <jdoc:include type="head" />
--includes more header information
 Some codes inside HEAD section :
<link rel="stylesheet" href="<?php echo $this->baseurl
?>/templates/system/css/system.css" type="text/css" />
<link rel="stylesheet" href="<?php echo $this->baseurl
?>/templates/system/css/general.css" type="text/css" />
<link rel="stylesheet" href="<?php echo $this->baseurl
?>/templates/<?php
echo $this->template ?>/css/template.css" type="text/css" />
More HEAD Info …
 <?php echo $this->template ?>
returns the name of the current template.
Browser Detection
<!--[if lte IE 6]>
<link href="templates/<?php echo $this->template
?>/css/ieonly.css" rel="stylesheet" type="text/css" />
<![endif]-->
-- following code detects and adds an additional CSS
file that targets the quirks of Internet Explorer 6
<link rel="stylesheet“ href="/templates/960TemplateTutorialStep1/css/red.css"
type="text/css" />
The <BODY> Tag
<body>
<?php echo $app->getCfg('sitename');?><br />
<jdoc:include type="modules" name="top" />
<jdoc:include type="modules" name="left" />
<jdoc:include type="modules" name="breadcrumbs" />
<jdoc:include type="component" />
<jdoc:include type="modules" name="right" />
<jdoc:include type="modules" name="footer" />
<jdoc:include type="modules" name="debug" />
</body>
The jdoc statement inserts various types of HTML
output
CSS Template
 There are three main types of web page layouts –
- fixed
- fluid
- jello
.class define
Table structure are slower to load so it can be managed with using grid
structures .
.grid_1,.grid_2,.grid_3,.grid_4,.grid_5,.grid_6,.grid_7,
.grid_8,.grid_9,.grid_10,.grid_11,.grid_12,.grid_12
{
display:inline;
float:left;
position:relative;
margin-left:10px;
margin-right:10px;
}
.grid_11 {
width:860px;
}
<div> style for rounded edges.
 OPTION="horz" makes the modules appear horizontally. Each module
is output in the cell of a wrapper table
 OPTION="xhtml" makes modules appear as simple div elements, with
the title in an H3
 OPTION="rounded" makes modules appear in a format that allows, for
example ,stretchable rounded corners
<div class="clear"></div>
<div id="content" class="container_12">
<div id="sidebar" class="grid_3 ">
<jdoc:include type="modules" name="left"style="xhtml"/>
</div>
Thank 4 watching
 These are the basic things we need to consider in order
to create a joomla site .

More Related Content

What's hot (6)

Lecture n
Lecture nLecture n
Lecture n
 
skintutorial
skintutorialskintutorial
skintutorial
 
phpWebApp presentation
phpWebApp presentationphpWebApp presentation
phpWebApp presentation
 
Php 1
Php 1Php 1
Php 1
 
Create custom 404 error page in CodeIgniter
Create custom 404 error page in CodeIgniterCreate custom 404 error page in CodeIgniter
Create custom 404 error page in CodeIgniter
 
Drupal 8 Configuration Management
Drupal 8 Configuration ManagementDrupal 8 Configuration Management
Drupal 8 Configuration Management
 

Viewers also liked

So we don't go foe hoin ass to tryin play checc up.pt.2.doc
So we don't go foe hoin ass to tryin play checc up.pt.2.docSo we don't go foe hoin ass to tryin play checc up.pt.2.doc
So we don't go foe hoin ass to tryin play checc up.pt.2.doc
Murad Wysinger
 
Defcon 22 - Stitching numbers - generating rop payloads from in memory numbers
Defcon 22 - Stitching numbers - generating rop payloads from in memory numbersDefcon 22 - Stitching numbers - generating rop payloads from in memory numbers
Defcon 22 - Stitching numbers - generating rop payloads from in memory numbers
Alexandre Moneger
 
药食同源2
药食同源2药食同源2
药食同源2
mikejiang
 
2016-06-28臺北市公共住宅特殊身分保障戶分配機制第一場共識會議簡報
2016-06-28臺北市公共住宅特殊身分保障戶分配機制第一場共識會議簡報2016-06-28臺北市公共住宅特殊身分保障戶分配機制第一場共識會議簡報
2016-06-28臺北市公共住宅特殊身分保障戶分配機制第一場共識會議簡報
小四 曾
 

Viewers also liked (19)

國發會2
國發會2國發會2
國發會2
 
So we don't go foe hoin ass to tryin play checc up.pt.2.doc
So we don't go foe hoin ass to tryin play checc up.pt.2.docSo we don't go foe hoin ass to tryin play checc up.pt.2.doc
So we don't go foe hoin ass to tryin play checc up.pt.2.doc
 
Defcon 22 - Stitching numbers - generating rop payloads from in memory numbers
Defcon 22 - Stitching numbers - generating rop payloads from in memory numbersDefcon 22 - Stitching numbers - generating rop payloads from in memory numbers
Defcon 22 - Stitching numbers - generating rop payloads from in memory numbers
 
6/25 案例分析 - 小結
6/25 案例分析 - 小結6/25 案例分析 - 小結
6/25 案例分析 - 小結
 
CyberLab CCEH Session - 18 Cryptography
CyberLab CCEH Session - 18 CryptographyCyberLab CCEH Session - 18 Cryptography
CyberLab CCEH Session - 18 Cryptography
 
HTTPS Överallt
HTTPS ÖveralltHTTPS Överallt
HTTPS Överallt
 
20150410 呂家華 01.主持工具箱(一)
20150410 呂家華 01.主持工具箱(一)20150410 呂家華 01.主持工具箱(一)
20150410 呂家華 01.主持工具箱(一)
 
ZstudioZ
ZstudioZZstudioZ
ZstudioZ
 
公民憲政會議【草根論壇】主持培訓手冊
公民憲政會議【草根論壇】主持培訓手冊公民憲政會議【草根論壇】主持培訓手冊
公民憲政會議【草根論壇】主持培訓手冊
 
药食同源2
药食同源2药食同源2
药食同源2
 
Consejo Comunal
Consejo Comunal Consejo Comunal
Consejo Comunal
 
2016-06-28臺北市公共住宅特殊身分保障戶分配機制第一場共識會議簡報
2016-06-28臺北市公共住宅特殊身分保障戶分配機制第一場共識會議簡報2016-06-28臺北市公共住宅特殊身分保障戶分配機制第一場共識會議簡報
2016-06-28臺北市公共住宅特殊身分保障戶分配機制第一場共識會議簡報
 
CyberLab CCEH Session -13 Hacking Web Applications
CyberLab CCEH Session -13 Hacking Web ApplicationsCyberLab CCEH Session -13 Hacking Web Applications
CyberLab CCEH Session -13 Hacking Web Applications
 
1051222公民科技培力工作坊簡報
1051222公民科技培力工作坊簡報 1051222公民科技培力工作坊簡報
1051222公民科技培力工作坊簡報
 
縣市區域計畫參與經驗分享【水資源參與縣市】粘麗玉
縣市區域計畫參與經驗分享【水資源參與縣市】粘麗玉縣市區域計畫參與經驗分享【水資源參與縣市】粘麗玉
縣市區域計畫參與經驗分享【水資源參與縣市】粘麗玉
 
Caffe Latte Attack
Caffe Latte AttackCaffe Latte Attack
Caffe Latte Attack
 
Encuestas agropecuarias integradas (AGRIS)
Encuestas agropecuarias integradas (AGRIS)Encuestas agropecuarias integradas (AGRIS)
Encuestas agropecuarias integradas (AGRIS)
 
20161208國土計畫與農地農用
20161208國土計畫與農地農用20161208國土計畫與農地農用
20161208國土計畫與農地農用
 
「個人資料去識別化」驗證標準規範研訂及推廣
「個人資料去識別化」驗證標準規範研訂及推廣「個人資料去識別化」驗證標準規範研訂及推廣
「個人資料去識別化」驗證標準規範研訂及推廣
 

Similar to crtical points for customizing Joomla templates

How to create a basic template
How to create a basic templateHow to create a basic template
How to create a basic template
vathur
 
Creating WordPress Theme Faster, Smarter & Without Swearing
Creating WordPress Theme Faster, Smarter & Without SwearingCreating WordPress Theme Faster, Smarter & Without Swearing
Creating WordPress Theme Faster, Smarter & Without Swearing
martinwolak
 

Similar to crtical points for customizing Joomla templates (20)

Joomla Beginner Template Presentation
Joomla Beginner Template PresentationJoomla Beginner Template Presentation
Joomla Beginner Template Presentation
 
PSD to WordPress
PSD to WordPressPSD to WordPress
PSD to WordPress
 
Creating a basic joomla
Creating a basic joomlaCreating a basic joomla
Creating a basic joomla
 
Oracle Application Express & jQuery Mobile - OGh Apex Dag 2012
Oracle Application Express & jQuery Mobile - OGh Apex Dag 2012Oracle Application Express & jQuery Mobile - OGh Apex Dag 2012
Oracle Application Express & jQuery Mobile - OGh Apex Dag 2012
 
integrasi template admin lte terbaru dengan laravel 7
integrasi template admin lte terbaru dengan laravel 7integrasi template admin lte terbaru dengan laravel 7
integrasi template admin lte terbaru dengan laravel 7
 
Creating Custom Templates for Joomla! 2.5
Creating Custom Templates for Joomla! 2.5Creating Custom Templates for Joomla! 2.5
Creating Custom Templates for Joomla! 2.5
 
How to create a basic template
How to create a basic templateHow to create a basic template
How to create a basic template
 
Web-Performance
Web-PerformanceWeb-Performance
Web-Performance
 
Web technologies part-2
Web technologies part-2Web technologies part-2
Web technologies part-2
 
Developing Your Ultimate Package
Developing Your Ultimate PackageDeveloping Your Ultimate Package
Developing Your Ultimate Package
 
Blade Template and Laravel
Blade Template and LaravelBlade Template and Laravel
Blade Template and Laravel
 
CodeIgniter PHP MVC Framework
CodeIgniter PHP MVC FrameworkCodeIgniter PHP MVC Framework
CodeIgniter PHP MVC Framework
 
Simple module Development in Joomla! 2.5
Simple module Development in Joomla! 2.5Simple module Development in Joomla! 2.5
Simple module Development in Joomla! 2.5
 
Apex & jQuery Mobile
Apex & jQuery MobileApex & jQuery Mobile
Apex & jQuery Mobile
 
Jquery tutorial
Jquery tutorialJquery tutorial
Jquery tutorial
 
Mobile themes, QR codes, and shortURLs
Mobile themes, QR codes, and shortURLsMobile themes, QR codes, and shortURLs
Mobile themes, QR codes, and shortURLs
 
46h interaction 1.lesson Hello world
46h interaction 1.lesson Hello world46h interaction 1.lesson Hello world
46h interaction 1.lesson Hello world
 
Exploring Symfony's Code
Exploring Symfony's CodeExploring Symfony's Code
Exploring Symfony's Code
 
Creating WordPress Theme Faster, Smarter & Without Swearing
Creating WordPress Theme Faster, Smarter & Without SwearingCreating WordPress Theme Faster, Smarter & Without Swearing
Creating WordPress Theme Faster, Smarter & Without Swearing
 
Social Connections VI — IBM Connections Extensions and Themes Demystified
Social Connections VI — IBM Connections Extensions and Themes DemystifiedSocial Connections VI — IBM Connections Extensions and Themes Demystified
Social Connections VI — IBM Connections Extensions and Themes Demystified
 

Recently uploaded

一比一原版(Offer)康考迪亚大学毕业证学位证靠谱定制
一比一原版(Offer)康考迪亚大学毕业证学位证靠谱定制一比一原版(Offer)康考迪亚大学毕业证学位证靠谱定制
一比一原版(Offer)康考迪亚大学毕业证学位证靠谱定制
pxcywzqs
 
一比一原版贝德福特大学毕业证学位证书
一比一原版贝德福特大学毕业证学位证书一比一原版贝德福特大学毕业证学位证书
一比一原版贝德福特大学毕业证学位证书
F
 
一比一原版美国北卡罗莱纳大学毕业证如何办理
一比一原版美国北卡罗莱纳大学毕业证如何办理一比一原版美国北卡罗莱纳大学毕业证如何办理
一比一原版美国北卡罗莱纳大学毕业证如何办理
A
 
一比一原版田纳西大学毕业证如何办理
一比一原版田纳西大学毕业证如何办理一比一原版田纳西大学毕业证如何办理
一比一原版田纳西大学毕业证如何办理
F
 
一比一原版帝国理工学院毕业证如何办理
一比一原版帝国理工学院毕业证如何办理一比一原版帝国理工学院毕业证如何办理
一比一原版帝国理工学院毕业证如何办理
F
 
一比一原版桑佛德大学毕业证成绩单申请学校Offer快速办理
一比一原版桑佛德大学毕业证成绩单申请学校Offer快速办理一比一原版桑佛德大学毕业证成绩单申请学校Offer快速办理
一比一原版桑佛德大学毕业证成绩单申请学校Offer快速办理
apekaom
 
一比一原版奥兹学院毕业证如何办理
一比一原版奥兹学院毕业证如何办理一比一原版奥兹学院毕业证如何办理
一比一原版奥兹学院毕业证如何办理
F
 
如何办理(UCLA毕业证)加州大学洛杉矶分校毕业证成绩单本科硕士学位证留信学历认证
如何办理(UCLA毕业证)加州大学洛杉矶分校毕业证成绩单本科硕士学位证留信学历认证如何办理(UCLA毕业证)加州大学洛杉矶分校毕业证成绩单本科硕士学位证留信学历认证
如何办理(UCLA毕业证)加州大学洛杉矶分校毕业证成绩单本科硕士学位证留信学历认证
hfkmxufye
 
一比一原版(Flinders毕业证书)弗林德斯大学毕业证原件一模一样
一比一原版(Flinders毕业证书)弗林德斯大学毕业证原件一模一样一比一原版(Flinders毕业证书)弗林德斯大学毕业证原件一模一样
一比一原版(Flinders毕业证书)弗林德斯大学毕业证原件一模一样
ayvbos
 
一比一原版(Curtin毕业证书)科廷大学毕业证原件一模一样
一比一原版(Curtin毕业证书)科廷大学毕业证原件一模一样一比一原版(Curtin毕业证书)科廷大学毕业证原件一模一样
一比一原版(Curtin毕业证书)科廷大学毕业证原件一模一样
ayvbos
 
一比一原版(NYU毕业证书)美国纽约大学毕业证学位证书
一比一原版(NYU毕业证书)美国纽约大学毕业证学位证书一比一原版(NYU毕业证书)美国纽约大学毕业证学位证书
一比一原版(NYU毕业证书)美国纽约大学毕业证学位证书
c6eb683559b3
 
一比一原版(毕业证书)新西兰怀特克利夫艺术设计学院毕业证原件一模一样
一比一原版(毕业证书)新西兰怀特克利夫艺术设计学院毕业证原件一模一样一比一原版(毕业证书)新西兰怀特克利夫艺术设计学院毕业证原件一模一样
一比一原版(毕业证书)新西兰怀特克利夫艺术设计学院毕业证原件一模一样
AS
 
Abortion Clinic in Germiston +27791653574 WhatsApp Abortion Clinic Services i...
Abortion Clinic in Germiston +27791653574 WhatsApp Abortion Clinic Services i...Abortion Clinic in Germiston +27791653574 WhatsApp Abortion Clinic Services i...
Abortion Clinic in Germiston +27791653574 WhatsApp Abortion Clinic Services i...
mikehavy0
 

Recently uploaded (20)

一比一原版(Offer)康考迪亚大学毕业证学位证靠谱定制
一比一原版(Offer)康考迪亚大学毕业证学位证靠谱定制一比一原版(Offer)康考迪亚大学毕业证学位证靠谱定制
一比一原版(Offer)康考迪亚大学毕业证学位证靠谱定制
 
20240509 QFM015 Engineering Leadership Reading List April 2024.pdf
20240509 QFM015 Engineering Leadership Reading List April 2024.pdf20240509 QFM015 Engineering Leadership Reading List April 2024.pdf
20240509 QFM015 Engineering Leadership Reading List April 2024.pdf
 
一比一原版贝德福特大学毕业证学位证书
一比一原版贝德福特大学毕业证学位证书一比一原版贝德福特大学毕业证学位证书
一比一原版贝德福特大学毕业证学位证书
 
一比一原版美国北卡罗莱纳大学毕业证如何办理
一比一原版美国北卡罗莱纳大学毕业证如何办理一比一原版美国北卡罗莱纳大学毕业证如何办理
一比一原版美国北卡罗莱纳大学毕业证如何办理
 
一比一原版田纳西大学毕业证如何办理
一比一原版田纳西大学毕业证如何办理一比一原版田纳西大学毕业证如何办理
一比一原版田纳西大学毕业证如何办理
 
APNIC Policy Roundup, presented by Sunny Chendi at the 5th ICANN APAC-TWNIC E...
APNIC Policy Roundup, presented by Sunny Chendi at the 5th ICANN APAC-TWNIC E...APNIC Policy Roundup, presented by Sunny Chendi at the 5th ICANN APAC-TWNIC E...
APNIC Policy Roundup, presented by Sunny Chendi at the 5th ICANN APAC-TWNIC E...
 
一比一原版帝国理工学院毕业证如何办理
一比一原版帝国理工学院毕业证如何办理一比一原版帝国理工学院毕业证如何办理
一比一原版帝国理工学院毕业证如何办理
 
一比一原版桑佛德大学毕业证成绩单申请学校Offer快速办理
一比一原版桑佛德大学毕业证成绩单申请学校Offer快速办理一比一原版桑佛德大学毕业证成绩单申请学校Offer快速办理
一比一原版桑佛德大学毕业证成绩单申请学校Offer快速办理
 
Loker Pemandu Lagu LC Semarang 085746015303
Loker Pemandu Lagu LC Semarang 085746015303Loker Pemandu Lagu LC Semarang 085746015303
Loker Pemandu Lagu LC Semarang 085746015303
 
一比一原版奥兹学院毕业证如何办理
一比一原版奥兹学院毕业证如何办理一比一原版奥兹学院毕业证如何办理
一比一原版奥兹学院毕业证如何办理
 
如何办理(UCLA毕业证)加州大学洛杉矶分校毕业证成绩单本科硕士学位证留信学历认证
如何办理(UCLA毕业证)加州大学洛杉矶分校毕业证成绩单本科硕士学位证留信学历认证如何办理(UCLA毕业证)加州大学洛杉矶分校毕业证成绩单本科硕士学位证留信学历认证
如何办理(UCLA毕业证)加州大学洛杉矶分校毕业证成绩单本科硕士学位证留信学历认证
 
Meaning of On page SEO & its process in detail.
Meaning of On page SEO & its process in detail.Meaning of On page SEO & its process in detail.
Meaning of On page SEO & its process in detail.
 
Washington Football Commanders Redskins Feathers Shirt
Washington Football Commanders Redskins Feathers ShirtWashington Football Commanders Redskins Feathers Shirt
Washington Football Commanders Redskins Feathers Shirt
 
一比一原版(Flinders毕业证书)弗林德斯大学毕业证原件一模一样
一比一原版(Flinders毕业证书)弗林德斯大学毕业证原件一模一样一比一原版(Flinders毕业证书)弗林德斯大学毕业证原件一模一样
一比一原版(Flinders毕业证书)弗林德斯大学毕业证原件一模一样
 
一比一原版(Curtin毕业证书)科廷大学毕业证原件一模一样
一比一原版(Curtin毕业证书)科廷大学毕业证原件一模一样一比一原版(Curtin毕业证书)科廷大学毕业证原件一模一样
一比一原版(Curtin毕业证书)科廷大学毕业证原件一模一样
 
20240508 QFM014 Elixir Reading List April 2024.pdf
20240508 QFM014 Elixir Reading List April 2024.pdf20240508 QFM014 Elixir Reading List April 2024.pdf
20240508 QFM014 Elixir Reading List April 2024.pdf
 
Research Assignment - NIST SP800 [172 A] - Presentation.pptx
Research Assignment - NIST SP800 [172 A] - Presentation.pptxResearch Assignment - NIST SP800 [172 A] - Presentation.pptx
Research Assignment - NIST SP800 [172 A] - Presentation.pptx
 
一比一原版(NYU毕业证书)美国纽约大学毕业证学位证书
一比一原版(NYU毕业证书)美国纽约大学毕业证学位证书一比一原版(NYU毕业证书)美国纽约大学毕业证学位证书
一比一原版(NYU毕业证书)美国纽约大学毕业证学位证书
 
一比一原版(毕业证书)新西兰怀特克利夫艺术设计学院毕业证原件一模一样
一比一原版(毕业证书)新西兰怀特克利夫艺术设计学院毕业证原件一模一样一比一原版(毕业证书)新西兰怀特克利夫艺术设计学院毕业证原件一模一样
一比一原版(毕业证书)新西兰怀特克利夫艺术设计学院毕业证原件一模一样
 
Abortion Clinic in Germiston +27791653574 WhatsApp Abortion Clinic Services i...
Abortion Clinic in Germiston +27791653574 WhatsApp Abortion Clinic Services i...Abortion Clinic in Germiston +27791653574 WhatsApp Abortion Clinic Services i...
Abortion Clinic in Germiston +27791653574 WhatsApp Abortion Clinic Services i...
 

crtical points for customizing Joomla templates

  • 1.
  • 2. Template File Components  Within the directory of a template, there are two key files:  /element/templateDetails.xml  /element/index.php  This is an XML-format metadata file that tells Joomla what other files are needed when it loads a web page that uses this template.  index.php - This file is the most important in a Joomla template. It lays out the site and tells the Joomla CMS where to put the different components and modules. It is a combination of PHP and HTML.
  • 3. Additional Files Needed  /element/template_thumbnail.png  /element/params.ini  /element/css/template.css  /element/images/logo.png
  • 4. Main components of index.php • <?php echo $this->language; ?> --pulls the language from the site's language setting in Global Configuration. • $app = Jfactory::getApplication(); --A variable that allows you to grab various parameters, like the name of the site and use them in the template.
  • 5. More header Info.  <jdoc:include type="head" /> --includes more header information  Some codes inside HEAD section : <link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/system/css/system.css" type="text/css" /> <link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/system/css/general.css" type="text/css" /> <link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/css/template.css" type="text/css" />
  • 6. More HEAD Info …  <?php echo $this->template ?> returns the name of the current template.
  • 7. Browser Detection <!--[if lte IE 6]> <link href="templates/<?php echo $this->template ?>/css/ieonly.css" rel="stylesheet" type="text/css" /> <![endif]--> -- following code detects and adds an additional CSS file that targets the quirks of Internet Explorer 6 <link rel="stylesheet“ href="/templates/960TemplateTutorialStep1/css/red.css" type="text/css" />
  • 8. The <BODY> Tag <body> <?php echo $app->getCfg('sitename');?><br /> <jdoc:include type="modules" name="top" /> <jdoc:include type="modules" name="left" /> <jdoc:include type="modules" name="breadcrumbs" /> <jdoc:include type="component" /> <jdoc:include type="modules" name="right" /> <jdoc:include type="modules" name="footer" /> <jdoc:include type="modules" name="debug" /> </body> The jdoc statement inserts various types of HTML output
  • 9. CSS Template  There are three main types of web page layouts – - fixed - fluid - jello
  • 10. .class define Table structure are slower to load so it can be managed with using grid structures . .grid_1,.grid_2,.grid_3,.grid_4,.grid_5,.grid_6,.grid_7, .grid_8,.grid_9,.grid_10,.grid_11,.grid_12,.grid_12 { display:inline; float:left; position:relative; margin-left:10px; margin-right:10px; } .grid_11 { width:860px; }
  • 11. <div> style for rounded edges.  OPTION="horz" makes the modules appear horizontally. Each module is output in the cell of a wrapper table  OPTION="xhtml" makes modules appear as simple div elements, with the title in an H3  OPTION="rounded" makes modules appear in a format that allows, for example ,stretchable rounded corners <div class="clear"></div> <div id="content" class="container_12"> <div id="sidebar" class="grid_3 "> <jdoc:include type="modules" name="left"style="xhtml"/> </div>
  • 12. Thank 4 watching  These are the basic things we need to consider in order to create a joomla site .