Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
project
drupal
Commits
55b6e7ac
Commit
55b6e7ac
authored
Jul 15, 2001
by
Dries
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- import.module:
+ fixed typo
parent
f0867798
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
modules/aggregator.module
modules/aggregator.module
+2
-2
modules/aggregator/aggregator.module
modules/aggregator/aggregator.module
+2
-2
modules/import.module
modules/import.module
+2
-2
No files found.
modules/aggregator.module
View file @
55b6e7ac
...
...
@@ -437,8 +437,8 @@ function import_page_info() {
global
$theme
;
$links
[]
=
"<a href=
\"
module.php?mod=import
\"
>"
.
t
(
"latest news"
)
.
"</a>"
;
$links
[]
=
"<a href=
\"
module.php?mod=import&op=
bundle
s
\"
>"
.
t
(
"news by source"
)
.
"</a>"
;
$links
[]
=
"<a href=
\"
module.php?mod=import&op=
feed
s
\"
>"
.
t
(
"news by topic"
)
.
"</a>"
;
$links
[]
=
"<a href=
\"
module.php?mod=import&op=
feed
s
\"
>"
.
t
(
"news by source"
)
.
"</a>"
;
$links
[]
=
"<a href=
\"
module.php?mod=import&op=
bundle
s
\"
>"
.
t
(
"news by topic"
)
.
"</a>"
;
$links
[]
=
"<a href=
\"
module.php?mod=import&op=sources
\"
>"
.
t
(
"news sources"
)
.
"</a>"
;
return
"<div align=
\"
center
\"
>"
.
$theme
->
links
(
$links
)
.
"</div>"
;
...
...
modules/aggregator/aggregator.module
View file @
55b6e7ac
...
...
@@ -437,8 +437,8 @@ function import_page_info() {
global
$theme
;
$links
[]
=
"<a href=
\"
module.php?mod=import
\"
>"
.
t
(
"latest news"
)
.
"</a>"
;
$links
[]
=
"<a href=
\"
module.php?mod=import&op=
bundle
s
\"
>"
.
t
(
"news by source"
)
.
"</a>"
;
$links
[]
=
"<a href=
\"
module.php?mod=import&op=
feed
s
\"
>"
.
t
(
"news by topic"
)
.
"</a>"
;
$links
[]
=
"<a href=
\"
module.php?mod=import&op=
feed
s
\"
>"
.
t
(
"news by source"
)
.
"</a>"
;
$links
[]
=
"<a href=
\"
module.php?mod=import&op=
bundle
s
\"
>"
.
t
(
"news by topic"
)
.
"</a>"
;
$links
[]
=
"<a href=
\"
module.php?mod=import&op=sources
\"
>"
.
t
(
"news sources"
)
.
"</a>"
;
return
"<div align=
\"
center
\"
>"
.
$theme
->
links
(
$links
)
.
"</div>"
;
...
...
modules/import.module
View file @
55b6e7ac
...
...
@@ -437,8 +437,8 @@ function import_page_info() {
global
$theme
;
$links
[]
=
"<a href=
\"
module.php?mod=import
\"
>"
.
t
(
"latest news"
)
.
"</a>"
;
$links
[]
=
"<a href=
\"
module.php?mod=import&op=
bundle
s
\"
>"
.
t
(
"news by source"
)
.
"</a>"
;
$links
[]
=
"<a href=
\"
module.php?mod=import&op=
feed
s
\"
>"
.
t
(
"news by topic"
)
.
"</a>"
;
$links
[]
=
"<a href=
\"
module.php?mod=import&op=
feed
s
\"
>"
.
t
(
"news by source"
)
.
"</a>"
;
$links
[]
=
"<a href=
\"
module.php?mod=import&op=
bundle
s
\"
>"
.
t
(
"news by topic"
)
.
"</a>"
;
$links
[]
=
"<a href=
\"
module.php?mod=import&op=sources
\"
>"
.
t
(
"news sources"
)
.
"</a>"
;
return
"<div align=
\"
center
\"
>"
.
$theme
->
links
(
$links
)
.
"</div>"
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment