Parent Directory
|
Revision Log
|
Revision Graph
Modified load architecture to be efficient in Drupal manner.
| 1 | <?php |
| 2 | // $Id$ |
| 3 | /* |
| 4 | * @file |
| 5 | * |
| 6 | * This file provides ad_external module Views interface: |
| 7 | * Ad External (ad_external) |
| 8 | * {ad_external} |
| 9 | * |
| 10 | */ |
| 11 | |
| 12 | function get_ad_external_views_data() { |
| 13 | $data = array(); |
| 14 | if (db_table_exists('ad_external')) { |
| 15 | // TODO |
| 16 | } |
| 17 | return $data; |
| 18 | } |
| 19 |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |