summaryrefslogtreecommitdiff
path: root/modules/aggregator/aggregator.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/aggregator/aggregator.module')
-rw-r--r--modules/aggregator/aggregator.module8
1 files changed, 4 insertions, 4 deletions
diff --git a/modules/aggregator/aggregator.module b/modules/aggregator/aggregator.module
index 3af1bd661..74e138661 100644
--- a/modules/aggregator/aggregator.module
+++ b/modules/aggregator/aggregator.module
@@ -1151,8 +1151,8 @@ function aggregator_page_sources() {
$output .= theme('item_list', $list);
$link['sources'] = array(
- '#title' => t('more'),
- '#href' => 'aggregator/sources/'. $feed->fid
+ 'title' => t('more'),
+ 'href' => 'aggregator/sources/'. $feed->fid
);
$output .= '<div class="links">'. theme('links', $link) ."</div>\n";
@@ -1255,8 +1255,8 @@ function aggregator_page_categories() {
}
$link['categories'] = array(
- '#title' => t('more'),
- '#href' => 'aggregator/categories/'. $category->cid
+ 'title' => t('more'),
+ 'href' => 'aggregator/categories/'. $category->cid
);
$output .= '<div class="links">'. theme('links', $link) ."</div>\n";