/[drupal]/contributions/modules/page_title/page_title-admin-settings-form.tpl.php
ViewVC logotype

Diff of /contributions/modules/page_title/page_title-admin-settings-form.tpl.php

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch 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) {

Legend:
Removed from v.1.1.2.4  
changed lines
  Added in v.1.1.2.5

  ViewVC Help
Powered by ViewVC 1.1.2