Some maintenance is scheduled for today which requires LiveJournal to be down briefly. Please see this post for details.

Дон Карлос (kastaneda) wrote,
Кстати.
Терпеть не могу 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.
Tags: must, q-revo, webdev
  • Post a new comment

    Error

    default userpic

    Your reply will be screened

    Your IP address will be recorded  

  • 13 comments