سلام
شما اول باید یک فایل به اسم component.php در پوشه قالبتون بسازید
مثلا به این شکل

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; ?>" dir="<?php echo $this->direction; ?>">
<head>
<jdoc:include type="head" />
<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/rhuk_milkyway/css/template.css" type="text/css" />


<?php if($this->direction == 'rtl') : ?>
<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/rhuk_milkyway/css/template_rtl.css" type="text/css" />
<?php endif; ?>
</head>
<body class="contentpane">
<?php echo '';?>
<jdoc:include type="modules" name="footer" style="xhtml" />
<jdoc:include type="message" />
<jdoc:include type="component" />
</body>
</html>
حلا توی این فایل هر فرمتی که مدنظرتون هست رو میتونید وارد کنید
مثلا من اومدم همین جوری یک چیزیی رو echo کردم . یا ماژول footer رو اومدم صدا زدم .و نمایش message و بعد هم خود اون متنی که میخواهیم چاپ بش
موفق باشید