Skip to content

Commit

Permalink
Смена названий
Browse files Browse the repository at this point in the history
  • Loading branch information
vamcart committed Jul 11, 2018
1 parent 1cec8af commit aee292c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Core/src/Template/Layout/default.ctp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ $siteTagline = Configure::read('Site.tagline');
<title><?= $this->fetch('title'); ?> - <?= $siteTitle; ?></title>
<?php
echo $this->Meta->meta();
if (Plugin::loaded('Seolite')) echo $this->SeoLite->canonical();
if (Plugin::loaded('Seo')) echo $this->Seo->canonical();
echo $this->Layout->feed();
$this->element('stylesheets');
echo $this->Layout->js();
Expand Down

0 comments on commit aee292c

Please sign in to comment.