Menu Content

Support

> Forums, FAQs & Paid Support
Welcome, Guest
Username Password: Remember me

Dash before title problem
(1 viewing) (1) Guest
Support forum for customers who have purchased JoomSEF 3 (Joomla 1.5 compatible). Archive only, no new post can be added.

NOTE: This category has been locked. If you have purchased paid version, please, use our Support Ticket system instead. If you are using free edition, please see the Community Support section.
  • Page:
  • 1

TOPIC: Dash before title problem

Dash before title problem 13 years, 10 months ago #13029

Been trying for ages now on how to remove the dash before the title?

I can get the custom titles to work fine, but they always have a dash before them.

Any help please?
The topic has been locked.

Re:Dash before title problem 13 years, 10 months ago #13031

Found the problem, seems to be with Yootheme templates.
The topic has been locked.

Re:Dash before title problem 13 years, 10 months ago #13038

  • kirod
same problem i have with youtheme
The topic has been locked.

Re:Dash before title problem 13 years, 10 months ago #13045

Edit the file...

templates/YOOTHEMETEMPLATENAME/config.php

Around line 26 you should see something like this:

// set title and params
$this->setTitle($mainframe->getCfg(’sitename’).‘ - ‘.$this->getTitle());
$this->params->bind($template->params->toArray());

Delete the [space][dash][space] but leave the commas so it looks like this:

$this->setTitle($mainframe->getCfg(’sitename’).‘‘.$this->getTitle());
$this->params->bind($template->params->toArray());
Last Edit: 13 years, 10 months ago by aspirin.
The topic has been locked.
  • Page:
  • 1
User Login Empty