mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 02:56:15 +00:00
Updating changelog link on home.ctp
This commit is contained in:
parent
4965ab5bdc
commit
bc8d920c0f
1 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,7 @@ if (Configure::read() == 0):
|
||||||
endif;
|
endif;
|
||||||
?>
|
?>
|
||||||
<h2><?php echo sprintf(__('Release Notes for CakePHP %s.', true), Configure::version()); ?></h2>
|
<h2><?php echo sprintf(__('Release Notes for CakePHP %s.', true), Configure::version()); ?></h2>
|
||||||
<a href="http://code.cakephp.org/wiki/changelog/1_2_x_x"><?php __('Read the changelog'); ?> </a>
|
<a href="http://code.cakephp.org/wiki/changelog/1_3_0-alpha"><?php __('Read the changelog'); ?> </a>
|
||||||
<?php
|
<?php
|
||||||
if (Configure::read() > 0):
|
if (Configure::read() > 0):
|
||||||
Debugger::checkSessionKey();
|
Debugger::checkSessionKey();
|
||||||
|
@ -139,7 +139,7 @@ You can also add some CSS styles for your pages at: APP/webroot/css.');
|
||||||
<ul><li><?php __('Community mailing list'); ?></li></ul></li>
|
<ul><li><?php __('Community mailing list'); ?></li></ul></li>
|
||||||
<li><a href="irc://irc.freenode.net/cakephp">irc.freenode.net #cakephp</a>
|
<li><a href="irc://irc.freenode.net/cakephp">irc.freenode.net #cakephp</a>
|
||||||
<ul><li><?php __('Live chat about CakePHP'); ?></li></ul></li>
|
<ul><li><?php __('Live chat about CakePHP'); ?></li></ul></li>
|
||||||
<li><a href="https://code.cakephp.org/"><?php __('CakePHP Code'); ?> </a>
|
<li><a href="http://code.cakephp.org/"><?php __('CakePHP Code'); ?> </a>
|
||||||
<ul><li><?php __('For the Development of CakePHP (Tickets, Git browser, Roadmap, Changelogs)'); ?></li></ul></li>
|
<ul><li><?php __('For the Development of CakePHP (Tickets, Git browser, Roadmap, Changelogs)'); ?></li></ul></li>
|
||||||
<li><a href="http://www.cakeforge.org"><?php __('CakeForge'); ?> </a>
|
<li><a href="http://www.cakeforge.org"><?php __('CakeForge'); ?> </a>
|
||||||
<ul><li><?php __('Open Development for CakePHP'); ?></li></ul></li>
|
<ul><li><?php __('Open Development for CakePHP'); ?></li></ul></li>
|
||||||
|
|
Loading…
Add table
Reference in a new issue