Mercurial > defr > drupal > ad
diff channel/ad_channel.module @ 8:32c1a7d9e1fa ad tip
maj module ad en 2.1
author | sly |
---|---|
date | Fri, 11 Sep 2009 11:10:20 +0000 |
parents | 6aeff3329e01 |
children |
line wrap: on
line diff
--- a/channel/ad_channel.module Mon Jul 20 13:54:40 2009 +0000 +++ b/channel/ad_channel.module Fri Sep 11 11:10:20 2009 +0000 @@ -1,5 +1,5 @@ <?php -// $Id: ad_channel.module,v 1.1.4.26 2009/07/17 21:29:37 jeremy Exp $ +// $Id: ad_channel.module,v 1.1.4.27 2009/07/29 23:00:39 jeremy Exp $ /** * @file @@ -1094,7 +1094,7 @@ $form['URL_rules']['urls'] = array( '#type' => 'textarea', '#title' => t('Paths'), - '#description' => t("Enter one URL per line. If serving ads locally use Drupal relative paths. If serving ads remotely include the 'http://' or 'https:/'. Use '<front>' to specify the front page. The '*' character is a wildcard. Example URLs are <em>blog</em> for the blog page and <em>blog/*</em> for every personal blog on your local website."), + '#description' => t("Enter one URL per line. If serving ads locally use Drupal relative paths. If serving ads remotely include the 'http://' or 'https:/'. Use '<front>' to specify the front page. The '*' character is a wildcard. Example URLs are <em>blog</em> for the blog page and <em>blog/*</em> for every personal blog on your local website. When specifying local paths you must enter the raw path (ie 'node/123') and not the url alias (ie 'my/custom/path'), if any."), '#default_value' => $chid ? unserialize($channel->urls) : '', );