Please Help! How to Modif <Head></head> On Template Joomla - Joomla! Forum - community, help and support
how modification <head></head> on joomla 1.0.15
from:
<head>
<?php mosshowhead(); ?>
</head>
to:
<head>
<title><?php echo $articletitle;?></title>
<meta name="keywords" content="own keyword" />
<meta name="description" content="<?php echo $articletitle;?>" />
</head>
thanks you
from:
<head>
<?php mosshowhead(); ?>
</head>
to:
<head>
<title><?php echo $articletitle;?></title>
<meta name="keywords" content="own keyword" />
<meta name="description" content="<?php echo $articletitle;?>" />
</head>
thanks you
fix_com wrote:how modification <head></head> on joomla 1.0.15
from:
<head>
<?php mosshowhead(); ?>
</head>
to:
<head>
<title><?php echo $articletitle;?></title>
<meta name="keywords" content="own keyword" />
<meta name="description" content="<?php echo $articletitle;?>" />
</head>
thanks you
edit index.php file in template choose.
Comments
Post a Comment