Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
| revision 1.1.2.4, Thu Jun 11 09:20:03 2009 UTC | revision 1.1.2.5, Sat Oct 31 22:18:54 2009 UTC | |
|---|---|---|
| # | Line 1 | Line 1 |
| 1 | <?php | <?php |
| 2 | // $Id$ | |
| 3 | ||
| 4 | /** | |
| 5 | * @file | |
| 6 | * Tempalte file for the admin settings form. Displays configuration in a neat table | |
| 7 | */ | |
| 8 | ||
| 9 | $rows = array(); | $rows = array(); |
| 10 | ||
| 11 | foreach (element_children($form['pattern']) as $key) { | foreach (element_children($form['pattern']) as $key) { |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |