2
0
mirror of https://github.com/boostorg/website.git synced 2026-01-24 18:32:38 +00:00
Files
website/common/code/test/test_template.php
Daniel James 0f224af4f9 Try splitting the filters up again.
Locally, I'm seeing very large speed ups for redirect files which do
little processing so loading the php is a large part of the expense.

[SVN r65105]
2010-08-29 11:57:12 +00:00

10 lines
122 B
PHP

<!DOCTYPE html>
<html>
<head>
<?php $_file->content_head(); ?>
</head>
<body>
<?php $_file->content(); ?>
</body>
</html>