how to find theme/template used by site created using Joomla

41,981

Solution 1

Speaking about Joomla specifically, it has a folder named templates in which templates are kept. I usually find out about the templates using

  • The path (for joomla it would be /templates/(Theme Name)/style.css)
  • By viewing source of the CSS files. A number of sites leave the template meta data untouched in there.

However, if the designer changes the template directory name or removes the meta data from within the css files or builds his/her own css from ground up. There wont be much left to identify the template. Hence you will have to do it the hard way , by identifying the CMS used and then browsing thru CMS specific templates. :)

Hope this helps you!

Solution 2

Joomla! 1.5.x sites

<meta name="generator" content="Joomla! 1.5 - Open Source Content Management" />

Joomla! 1.0.x sites

<meta name="Generator" content="Joomla! - Copyright (C) 2005 - 2007 Open Source Matters. All rights reserved." />

Type "/administrator" in the address bar after the URL.

http://sitename/administrator   or http://sitename/index.php/administrator

Type "?tp=1" after the url.You can view the template layout

http://www.joomla.org/?tp=1

You can view plugin/system/ or plugin/content/ in the source.

http://sitename/plugins/system/plg_jausersetting/script.js

css file path /templete/themename/style.css

http://sitename/templates/colette/css/template.css

Solution 3

You can just open Firebug, inspect the page and it will some up with a few relevant links that will show you the template that is being used.

For example for the Pizza Hut website you provided:

*http://www.pizzahut.fr/skin/frontend/pizza_new/default/favicon.ico*

Share:
41,981
Fahim Parkar
Author by

Fahim Parkar

Passionate about programming. First worked as TAB Programmer (MR company programming using Quantam Software) Then started working on JSF platform to make websites. Then shifted to Kuwait &amp; started with iPhone development. After almost 4 years of iPhone development, now in process to Learn Android too... Alhamdullilah!!! Either sleep or code!!! SOreadytohelp

Updated on July 16, 2020

Comments

  • Fahim Parkar
    Fahim Parkar almost 4 years

    I would like to know the theme that is used by some website.

    E.g. I would like to know the theme that is used by this site (reference).

    What are the steps to find the theme/template that is used by xyz site.

  • Fahim Parkar
    Fahim Parkar almost 12 years
    so what template is used for the site I provided?
  • Umair Khan
    Umair Khan almost 12 years
    The site used to be on joomla , you can see the site in the snapshot on Joomla's site is different from the one they have now. The current one uses Magento. link . if you view this file there is a lot of meta data there . I would say the designer worked with the default theme of magento and modified the css.
  • Umair Khan
    Umair Khan almost 12 years
    its called pizza_new, which i believe is their own theme/template