Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
feeds
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
drupal.org
feeds
Commits
5a544038
"..._patterns/ist-git@git.uwaterloo.ca:wcms/uw_wcms_gesso.git" did not exist on "c9d52e198aa3e153f5fb0fa9a959cd67660ea817"
Commit
5a544038
authored
14 years ago
by
Alex Barth
Browse files
Options
Downloads
Patches
Plain Diff
Convert feeds_theme().
parent
a24e15b9
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
feeds.module
+1
-0
1 addition, 0 deletions
feeds.module
feeds.pages.inc
+2
-1
2 additions, 1 deletion
feeds.pages.inc
with
3 additions
and
1 deletion
feeds.module
+
1
−
0
View file @
5a544038
...
@@ -238,6 +238,7 @@ function feeds_theme() {
...
@@ -238,6 +238,7 @@ function feeds_theme() {
return
array
(
return
array
(
'feeds_upload'
=>
array
(
'feeds_upload'
=>
array
(
'file'
=>
'feeds.pages.inc'
,
'file'
=>
'feeds.pages.inc'
,
'render element'
=>
'element'
,
),
),
);
);
}
}
...
...
This diff is collapsed.
Click to expand it.
feeds.pages.inc
+
2
−
1
View file @
5a544038
...
@@ -153,7 +153,8 @@ function feeds_fetcher_callback($importer, $feed_nid = 0) {
...
@@ -153,7 +153,8 @@ function feeds_fetcher_callback($importer, $feed_nid = 0) {
/**
/**
* Theme upload widget.
* Theme upload widget.
*/
*/
function
theme_feeds_upload
(
$element
)
{
function
theme_feeds_upload
(
$variables
)
{
$element
=
$variables
[
'element'
];
drupal_add_css
(
drupal_get_path
(
'module'
,
'feeds'
)
.
'/feeds.css'
);
drupal_add_css
(
drupal_get_path
(
'module'
,
'feeds'
)
.
'/feeds.css'
);
_form_set_class
(
$element
,
array
(
'form-file'
));
_form_set_class
(
$element
,
array
(
'form-file'
));
$description
=
''
;
$description
=
''
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment