6 * CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
7 * Copyright 2005-2010, Cake Software Foundation, Inc. (http://cakefoundation.org)
9 * Licensed under The MIT License
10 * Redistributions of files must retain the above copyright notice.
12 * @copyright Copyright 2005-2010, Cake Software Foundation, Inc. (http://cakefoundation.org)
13 * @link http://cakephp.org CakePHP(tm) Project
15 * @subpackage cake.cake.libs.view.templates.layouts
16 * @since CakePHP(tm) v 0.10.0.1076
17 * @license MIT License (http://www.opensource.org/licenses/mit-license.php)
20 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
21 <html xmlns="http://www.w3.org/1999/xhtml">
23 <?php echo $this->Html->charset(); ?>
25 <?php __('Ryzom Core: Web Translation Tool :: '); ?>
26 <?php echo $title_for_layout; ?>
29 echo $this->Html->meta('icon');
31 echo $this->Html->css('cake.generic');
33 echo $scripts_for_layout;
39 <h1><?php echo $this->Html->link(__('Ryzom Core: Web Translation Tool', true), 'http://webtt.openlink.pl'); ?></h1>
43 <?php echo $this->Session->flash(); ?>
45 <?php echo $content_for_layout; ?>
49 <?php echo $this->Html->link(
50 $this->Html->image('cake.power.gif', array('alt'=> __('CakePHP: the rapid development php framework', true), 'border' => '0')),
51 'http://www.cakephp.org/',
52 array('target' => '_blank', 'escape' => false)
57 <?php //echo $this->element('sql_dump'); ?>