The HTML layouts by edublogs are in:

app/views/layouts/

Already we have only two finished layouts: rubyx.thtml and crossroad.thtml.

Every layout has a directory in app/webroot/css/ with the same layout name and inside this directory the .css file, id est, to insert the CSS file on the layout:

$html->css(name_template/name_template);

in app/webroot/css/name_template you must create the directory img to set your layout images in it.

Layout elements:

1) Title:

<title><?php echo $title_for_layout; ?></title>

2) link in head: