Commit: 1b6ed49170ee4e251ddc32d5aec98a5432b25fc8 Author: Paul Dragoonis <[email protected]> Fri, 21 Jun 2013 19:45:25 +0100 Parents: 3dffd18feaffb1904b51474642e7e25ddbd408c6 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=1b6ed49170ee4e251ddc32d5aec98a5432b25fc8 Log: [beta site] removing the 'this is unfinished' message from the beta theme sine we have a link to it from the live site now Changed paths: M include/header.inc Diff: diff --git a/include/header.inc b/include/header.inc index fe2fa18..663ec3d 100644 --- a/include/header.inc +++ b/include/header.inc @@ -83,16 +83,6 @@ if (isset($shortname) && $shortname) { </head> <body class="<?php print $curr; ?> <?php echo $classes; ?>"> -<div id="head-beta-warning"> - <div id="beta-warning"> - <a href="#" id="beta-warning-close">X</a> - <span class="blurb"> - This is a work-in-progress experimental design. - Things <strong>will</strong> be broken and unfinished! - You may prefer <a href="http://php.net/?beta=0">php.net</a> - </span> - </div> -</div> <nav id="headnav"> <ul id="headmenu"> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
