In the Joomla 2.5 Beez2 template, we see the following PHP code in the index.php file:

$doc->addScript($this->baseurl.'/templates/'.$this->template.'/javascript/md_stylechanger.js', 'text/javascript', true);

In this tutorial, we will focus on $this->template.

 

What is $this->template

To find out what the value is of $this->template, we will update our template's code as follows:

$doc->addScript($this->baseurl.'/templates/'.$this->template.'/javascript/md_stylechanger.js', 'text/javascript', true);
echo "<pre>" . $this->template . "</pre>"; die();

The output of the above is as follows:

beez_20

We can see that $this->template holds the value of the template that we're using, more specifically the folder name of the template. This information can be used to help build the path to files included within the template.

For example, if we wanted our template to reference:
http://domain.com/templates/beez_20/css/position.css

... we can use $this->template to help build the url to position.css. Because we know that all Joomla 2.5 templates are located in the templates folder, the URL can be constructed dynamically. This is helpful because it won't break our template if the user by chance moves Joomla to another folder on the server, or into a subfolder of the current domain.

Like this Article?

Login to comment.

Your Opinion Matters

... but we need to know what you're thinking!

I'm Brad Markle, your friendly Community Support technician, and I wrote the article you're looking at now. I like to think it's perfect, but I'm sure you have some suggestions. Please, let me know what they are!

Feedback
Your Email Address
Because we'd like to talk with you!

Latest Questions

If you need some help, submit your question to our Community!
We guarantee a response within 60 minutes (8am - 9pm EST, Monday - Friday)
Ask a Question!
Recent Questions
  1. Cpanel license is expired
  2. How do I provide a truly secure FTP site for my client to upload files with sensitive data (PHI - Personal Health Information, as referred to by HIPAA)?
  3. styles are not rendering on initial page load

Need more Help?

Search

Ask the Community!

Get help with your questions from our community of like-minded hosting users and InMotion Hosting Staff.

Current Customers

Chat: Click to Chat Now E-mail: support@InMotionHosting.com
Call: 888-321-HOST (4678) Ticket: Submit a Support Ticket

Not a Customer?

Get web hosting from a company that is here to help. Sign up today!