(no subject)

Wednesday, January 10th, 2007 16:08
kastaneda: (Default)
[personal profile] kastaneda
Кстати.
Терпеть не могу Smarty. Я предпочитаю писать HTML-шаблоны в таком вот стиле:

<?php function draw_page_header($title) { ?>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
     "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ru">
  <head>
    <title><?php echo $title; ?></title>
    <link rel="stylesheet" href="default.css" type="text/css" />
  </head>
  <body>
    <h1 id="header"><?php echo $title; ?></h1>
    <div id="navigation"><?php draw_main_menu(); ?></div>
    <div id="content">

<?php } function draw_page_footer() { ?>

    </div>
    <address id="footer">&copy; 2007, тра-ля-ля.</address>
  </body>
</html>

<?php } ?>

И совершенно не понимаю веб-программистов, не знающих HTML.
(will be screened)
(will be screened if not validated)
If you don't have an account you can create one now.
HTML doesn't work in the subject.
More info about formatting

September 2025

M T W T F S S
12345 67
891011121314
15161718192021
22232425262728
2930