How to add the breadcrumbs or date to your template?

05 August, 2008

Robert Gavick

What is a breadcrumbs? This is a navigation, you can see on the websites the “Home » Joomla!Overview » What’s New in 1.5?” text links that show where you are in the website hierarchy. If your template does not attend the breadcrumbs you can add this very quickly.

Read more »

Logo Editing… Video Tutorial

05 August, 2008

Robert Gavick

You can see on this video tutorial how to edit the logo in our templates.
We demonstrate two various ways of his edition.

Launch Video

CSS and JS files in modules

03 August, 2008

Dziudek

In our selected modules we had implemented new including method for stylesheets and scripts files.

In older modules you need to enable/disable manually script and mootools for each one. Additionaly in some modules you have to move manually link element to head section of document for correct page validation.

Now this process is automatic! The Module include stylesheet in head section and also search mootools script file. This way it will add this setting only if this script doesn’t exist in document head. This same situation is with module script engine.

Read more »