Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
wcms-openscholar
uw_virtual_site_homepage
Commits
579f2e8b
Commit
579f2e8b
authored
Apr 10, 2019
by
Eric Bremner
Browse files
ISTWCMS-2007: remove reference to unused theme
parent
c73dd4c3
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
uw_virtual_site_homepage.module
uw_virtual_site_homepage.module
+1
-1
No files found.
uw_virtual_site_homepage.module
View file @
579f2e8b
...
...
@@ -187,7 +187,7 @@ function uw_virtual_site_homepage_page_alter(&$page) {
// Set theme paths, alt text and all banner sizes.
$file
=
$page
[
'uw-virtual-site-homepage'
][
'field_uw_homepage_banners'
][
$index
][
'entity'
][
'field_collection_item'
][
$fc_id
][
'field_uw_homepage_banners_image'
][
0
][
'#item'
][
'uri'
];
$theme_path
=
$base_path
.
drupal_get_path
(
'theme'
,
'uw_virtual_site_homepage'
);
$banner_alt
=
'Test ALT'
;
$banner_small
=
image_style_url
(
'uw_homepage_banners'
,
$file
);
$banner_square
=
image_style_url
(
'uw_homepage_banners_small'
,
$file
);
...
...
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