'; echo $html->docType(); ?>
| link('Home', '/') . ' | '; echo $html->link('About me', '/users/about') . ' | '; echo $html->link('Contact', '/users/message'); if ( isset( $cU['User'] ) ) // si el usuario esta logeado { echo 'You are logged in as '. $cU['User']['username'] .' '.$html->link('(Logout)', '/users/logout') . ' | '; echo $html->link('Admin section', '/admin/entries/listing'); } ?> | |
| My nombre © 2008 | |