wstep01 index phtml


~/public_html/wstep01/application/views/scripts/index/index.phtml.html  1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">  2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">  3 <head>  4     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />  5     <title>Języki hipertekstowe</title>  6     <?php echo $this->headLink()->prependStylesheet($this->baseUrl().'/styles/style.css');echo "\n"; ?>  7  8 </head>  9     <body> 10         <h3> 11         <?php echo $this->escape($this->temat); ?> 12         </h3> 13     </body> 14 </html>

Wyszukiwarka