|
|
Customising Joomla
|
Monday, 20 November 06, 10:23 am
Rich
|
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
|
|
1 2 3 |
Leave Comment
|
|
|
Rich
11:24 am, Monday, 20 November 06
|
|
|
Rich
12:48 pm, Monday, 20 November 06
|
|
|
Rich
12:57 pm, Monday, 20 November 06
|
|
|
Rich
2:59 pm, Monday, 20 November 06
|
|
|
|
1 2 3 |
Leave Comment
|
|