|
|
Customising Joomla
|
Monday, 20 November 06, 10:23 am
compton
|
My first task is to investigate how we can create a single consistent look & feel for the admin GUI. I'll need to get a good understanding of how the admin GUI works and is organised.
When the admin first logs in, you have a grid of square buttons on the left, and some stats on the right. The page shows as index2.php in the address bar.
index2.php has the following structure:- includes
- start session
- get option and task request params
- create mainframe object as new mosMainFrame
- get act, section, no_html and id request params
- use selected template's index.php
- show SQL queries if in debug mode
- if task param is 'save' or 'apply' redo session check
|
|