Commit: 268a9ae0a18dc15b207ab46be5ad7a8246e3c054 Author: Hannes Magnusson <[email protected]> Mon, 27 Dec 2010 12:56:03 +0000 Parents: a6ba59be150b7eb16f4aa8aa46ff1a0f522194eb Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=268a9ae0a18dc15b207ab46be5ad7a8246e3c054 Log: Add a class on the layout container specifying what kind of content it has (docs/help/.. f.e.) Changed paths: M include/header.inc Diff: diff --git a/include/header.inc b/include/header.inc index 02d620a..8c737db 100644 --- a/include/header.inc +++ b/include/header.inc @@ -139,5 +139,5 @@ if (!empty($config["leftmenu"])) { echo "</ul></aside>\n"; } ?> -<section class="layout-content"> +<section class="layout-content <?php echo $curr ?>"> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
