Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
| revision 1.1, Wed Nov 11 01:42:53 2009 UTC | revision 1.1.2.1, Wed Nov 11 01:42:53 2009 UTC | |
|---|---|---|
| # | Line 0 | Line 1 |
| 1 | <?php | |
| 2 | // $Id: views_plugin_exposed_form_basic.inc,v Exp $ | |
| 3 | ||
| 4 | /** | |
| 5 | * Exposed form plugin that provides basic exposed form | |
| 6 | */ | |
| 7 | class views_plugin_exposed_form_basic extends views_plugin_exposed_form { | |
| 8 | ||
| 9 | function summary_title() { | |
| 10 | return t('Basic'); | |
| 11 | } | |
| 12 | ||
| 13 | } |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |