Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Commonwell
/
broker-site
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
2ad0963d
authored
2023-09-12 15:22:23 -0400
by
Jeremy Groot
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
removed logo
1 parent
04c30125
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
wp-content/themes/commonwell-broker/page.php
wp-content/themes/commonwell-broker/page.php
View file @
2ad0963
...
...
@@ -17,9 +17,6 @@ global $wpdb;
<?php
if
(
has_post_thumbnail
(
$post
->
ID
)
)
:
?>
<?php
$image
=
wp_get_attachment_image_src
(
get_post_thumbnail_id
(
$post
->
ID
),
'single-post-thumbnail'
);
?>
<div
class=
"header-image"
id=
"header-image"
style=
"background-image: url(
<?php
echo
$image
[
0
];
?>
);"
>
<div>
<img
alt=
"commonwell_college_logo"
class=
"commonwell_college_logo"
src=
"
<?php
echo
get_stylesheet_directory_uri
();
?>
/images/commonwell_college.png"
/>
</div>
</div>
<?php
endif
;
?>
...
...
Please
register
or
sign in
to post a comment