| | 90 | <?php |
|---|
| | 91 | $tmp = $html->para(null,$html->link($html->image('static/valid_xhtml10_80x15_22.png'), 'http://www.w3.org/TR/xhtml1/', null, null, false)); |
|---|
| | 92 | $tmp .= $html->para(null,$html->link($html->image('static/ooorg-80.png'), 'http://www.openoffice.org', null, null, false)); |
|---|
| | 93 | $tmp .= $html->para(null,$html->link($html->image('static/jedit.png'), 'http://www.jedit.org', null, null, false)); |
|---|
| | 94 | $tmp .= $html->para(null,$html->link($html->image('cake.power.png'), 'http://www.cakephp.org', null, null, false)); |
|---|
| | 95 | echo $html->div(null, $tmp, array('style'=>'margin-top:60px;text-align:center;')); |
|---|
| | 96 | ?> |
|---|