Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9305533
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T23:57:01+00:00 2026-06-18T23:57:01+00:00

I have this site, with index.php incorporated with html, and I need to have

  • 0

I have this site, with index.php incorporated with html, and I need to have separate title(the title tag) for only the home page, but whenever I add Home Page name to the index.php page, it changes all the pages on the site to that name. I am using Joomla 1.5…

Here’s the code part:

<head>

<title> Home Page Title </title>

<jdoc:include type="head" />

<?php JHTML::_('behavior.mootools'); ?>

<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/css/template.css" type="text/css" />

<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/css/menu.css" type="text/css" />

<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/css/style.css" type="text/css" />

<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/css/slideshow.css" type="text/css" />

<script language="javascript" type="text/javascript" src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/js/vns.script.js"></script>
<script language="javascript" type="text/javascript" src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/js/mootools.js"></script>
<script language="javascript" type="text/javascript" src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/js/toptool.js"></script>


<!--[if lte IE 6]>

<script type="text/javascript">

var siteurl = '<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/';



window.addEvent ('load', makeTransBG);

function makeTransBG() {

    fixIEPNG ($$('#toptools ul li a'), '', 'crop', 0, 0);

    fixIEPNG ($$('#nav_all ul.menu li ul'), '', 'scale', 0, 0);

    fixIEPNG($$('img'));



}

</script>

<style type="text/css">

#hd p.buttonheading {

    margin:8px 0;

}

#nav_all ul.menu ul a {

    width: 14.8em!important;

}



</style>

<![endif]-->





<style type="text/css">

body{

    font-size: <?php echo $vnsfont = $this->params->get ("vnsfont"); ?>px;

}

</style>



<?php if ($vnsshowcopyright = $this->params->get('showcopyright') == 'yes') { ?>

<style type="text/css">

#cpr{

    display:block;

}

</style>

<?php }else{ ?>

<style type="text/css">

#cpr{

    display:none;

}

</style>

<?php } ?>



<?php if ($vnsshowcomponent = $this->params->get('showcomponent') == 'yes') { ?>

<style type="text/css">

#component{

    display:block;

}

</style>

<?php }else{ ?>

<style type="text/css">

#component{

    display:none;

}

</style>

<?php } ?>

<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/css/sosdmenu.css" type="text/css" />

<?php if ($vnsmenu = $this->params->get('vnsmenu') == 'moo') { ?>

<script language="javascript" type="text/javascript" src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/js/vns.moomenu.js"></script>

<?php }else{ ?>

    <?php if ($vnsmenu = $this->params->get('vnsmenu') == 'css') { ?>

        <script language="javascript" type="text/javascript" src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/js/vns.cssmenu.js"></script>

    <?php }else{ ?>



    <? } ?>

<? } ?>



<?php if ($vnsmenu = $this->params->get('vnsmenu') == 'none') { ?>

<style type="text/css">

#nav_all{

    display: none;

}

</style>

<?php  }?>



<?php if ($this->countModules('left')==0)  : ?>

<style type="text/css">

#ccenter {

    width:716px;

}

</style>

<?php endif; ?>

<?php if ($this->countModules('right')==0)  : ?>

<style type="text/css">

#ccenter {

    width:734px;

}

</style>

<?php endif; ?>

<?php if (($this->countModules('right')==0)&&($this->countModules('left')==0))  : ?>

<style type="text/css">

#ccenter {

    width:935px;

}

</style>

<?php endif; ?>



</head>
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-18T23:57:02+00:00Added an answer on June 18, 2026 at 11:57 pm

    Since you are using Joomla 1.5, log to your backend, find home page menu item (the one with a star), and in it’s properties on the right set Page title

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have URLs in this format : http://site.com/index.php?title=[SOME_UNICODE_TITLE]&id=[ID]&type=[TYPE] When I try to use htmlspecialchars
i have this site: http://yoursdproperty.com/index.php?option=com_jumi&fileid=8&Itemid=34 i need to increase the width of the holder
I have this site I've been working on here: http://www.replyonline.co.uk/DirectionGroup/xmas/index.php When you hover over
On this site: http://www.seleconlight.com everything is fine On this url: http://www.seleconlight.com/index.php?option=com_virtuemart&page=shop.product_details&flypage=shop.flypage.p3&category_id=8&product_id=21 most people get
I have this site here http://cowelllaserhair.com/index.php and you will notice that there is a
I want to download some files from this site: http://www.emuparadise.me/soundtracks/highquality/index.php But I only want
Preface: I am sure this is incredibly simple, but I have searched this site
I have this line in my htaccess file: RewriteRule (.*) index.php This catches all
I'm building this site http://www.philgoulet.com/dev/michele/index.php and it looks good in firefox, chrome, IE8, but
Alright here is the thing, I have this site that was once wordpress but

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.