mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
[1216]
Author: phpnut Date: 10:18:54 AM, Wednesday, October 26, 2005 Message: Removing link. [1215] Author: phpnut Date: 10:16:54 AM, Wednesday, October 26, 2005 Message: Changed alpha version number. [1213] Author: phpnut Date: 9:48:55 AM, Wednesday, October 26, 2005 Message: Reverting changes to the HtmlHelper class to include AJAX by default in my last commit. git-svn-id: https://svn.cakephp.org/repo/trunk/cake@1217 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
parent
4b9df4fda4
commit
d12a3addac
2 changed files with 1 additions and 10 deletions
|
@ -47,12 +47,6 @@ class HtmlHelper extends Helper
|
|||
/**#@+
|
||||
* @access public
|
||||
*/
|
||||
/**
|
||||
* Included helpers.
|
||||
*
|
||||
* @var array
|
||||
*/
|
||||
var $helpers = array('Ajax');
|
||||
|
||||
/**
|
||||
* Base URL
|
||||
|
|
|
@ -53,7 +53,7 @@
|
|||
<div id="pb-cake">
|
||||
© 2005 CakePHP ::
|
||||
<a href="https://trac.cakephp.org/wiki/Authors">CakePHP Developers and Authors</a>
|
||||
<p>CakePHP version 0.10.0.1211_alpha</p>
|
||||
<p>CakePHP version 0.10.0.1217_alpha</p>
|
||||
<a href="http://www.cakephp.org/" target="_new" class="simple">
|
||||
<?php echo $html->image('cake.power.png', array('alt'=>"CakePHP : Rapid Development Framework", 'border'=>"0"))?>
|
||||
</a>
|
||||
|
@ -62,9 +62,6 @@
|
|||
</a>
|
||||
</div>
|
||||
<div id="footer">
|
||||
<a href='http://www.silktide.com/index.php?node=18448&url=http%3A%2F%2Fwww.cakephp.org'>
|
||||
<img src='http://sitescore.silktide.com/index.php?siteScoreUrl=http%3A%2F%2Fwww.cakephp.org' alt='Silktide SiteScore for this website' border='0'>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<!---PLEASE USE ONE OF THE POWERED BY CAKE LOGOS------->
|
||||
|
|
Loading…
Reference in a new issue