peller
peller

Reputation: 4543

How to modify the HTML tag in Joomla 1.5?

I need to define an appcache manifest on the login page. I found the same question asked about Drupal 6, but the file mentioned, page.tpl.php, does not exist. Where is the counterpart in Joomla?

Upvotes: 1

Views: 462

Answers (1)

Brent Friar
Brent Friar

Reputation: 10609

The HTML tag should be in the template index.php found here -

JOOMLA INSTALL/templates/YOUR TEMPLATE/index.php

Upvotes: 3

Related Questions