comparison embed/ad_embed.module @ 7:6aeff3329e01 ad

maj module ad 2.1rc1
author piotre
date Mon, 20 Jul 2009 13:54:40 +0000
parents d8a3998dac8e
children
comparison
equal deleted inserted replaced
6:b7653861e0b4 7:6aeff3329e01
1 <?php 1 <?php
2 // $Id: ad_embed.module,v 1.1.2.4.2.12.2.6 2009/02/17 01:13:16 jeremy Exp $ 2 // $Id: ad_embed.module,v 1.1.2.4.2.12.2.6.2.1 2009/07/06 21:12:15 jeremy Exp $
3 3
4 /** 4 /**
5 * @file 5 * @file
6 * Embed ads in content. 6 * Embed ads in content.
7 * 7 *
100 100
101 $form['manual'] = array( 101 $form['manual'] = array(
102 '#type' => 'fieldset', 102 '#type' => 'fieldset',
103 '#collapsible' => TRUE, 103 '#collapsible' => TRUE,
104 '#title' => t('Manually embedded ads'), 104 '#title' => t('Manually embedded ads'),
105 '#description' => t('Configuration options for manually embedded ads using [[ad]] and &lt!--ad--&gt; tags.'), 105 '#description' => t('Configuration options for manually embedded ads using [[ad]] and &lt;!--ad--&gt; tags.'),
106 ); 106 );
107 107
108 $form['manual']['ad_embed_replace_brackets'] = array( 108 $form['manual']['ad_embed_replace_brackets'] = array(
109 '#type' => 'checkbox', 109 '#type' => 'checkbox',
110 '#title' => t('Replace ad bracket tags'), 110 '#title' => t('Replace ad bracket tags'),