Skip to content

Commit

Permalink
Merge pull request #881 from inbaz/develop
Browse files Browse the repository at this point in the history
changed og_image
  • Loading branch information
BigAndini authored Oct 4, 2016
2 parents 961fa47 + 0ebe3f4 commit 671ee05
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/Application/view/layout/layout.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<meta property="og:description" content="Get your ticket for the EJC 2016 now!" />
<meta property="og:url" content="<?php echo $this->serverUrl(); ?>" />
<meta property="og:site_name" content="Event Registration System - ERS" />
<meta property="og:image" content="<?php echo $this->serverUrl('/img/EJC-2016-logo-with-mill.png'); ?>" />
<meta property="og:image" content="<?php echo $this->serverUrl('/img/og_image.jpg'); ?>" />
<?php #echo $this->headTitle('ZF2 '. $this->translate('Skeleton Application'))->setSeparator(' - ')->setAutoEscape(false) ?>
<?php echo $this->headTitle($this->translate('Event Registration System'))->setSeparator(' - ')->setAutoEscape(false) // change Skeleton Application to Sticky Notes ?>

Expand Down
Binary file added public/img/og_image.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 671ee05

Please sign in to comment.