We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 516666b commit 331a454Copy full SHA for 331a454
1 file changed
src/Template/Element/Layout/default/footer.ctp
@@ -29,7 +29,7 @@
29
<div class="row">
30
<div class="col-md-12 text-center mt30">
31
<a href="https://cakefoundation.org" target="_blank"><span class="glyph_range icon-expertise buss-icon-8">u</span></a>
32
- <p class="copyright">© <?= __('Copyright 2005-2016 Cake Software Foundation, Inc. All rights reserved. {0}.',
+ <p class="copyright">© <?= __('Copyright (c) Cake Software Foundation, Inc. {0}.',
33
$this->Html->link(
34
__('Designs by Ibaldo'),'https://cakephp.org/pages/rebranding',['escape' => false, 'class' => 'ibaldo']
35
));?>
0 commit comments