Commit: 15388368fd5270ff5f0a8a2c823ee553ab5c6ece Author: Dejan Marjanovic <[email protected]> Sun, 15 Dec 2013 23:14:22 +0100 Parents: 6f0bf1a41a6d0ef56e69b1c60c50d843279c3981 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=15388368fd5270ff5f0a8a2c823ee553ab5c6ece Log: Oooops Changed paths: M include/header.inc Diff: diff --git a/include/header.inc b/include/header.inc index a7e7965..8820337 100755 --- a/include/header.inc +++ b/include/header.inc @@ -81,10 +81,7 @@ if (isset($shortname) && $shortname) { <input type="search" name="pattern" class="search-query" placeholder="Search" accesskey="s"> </form> </div> - <div id="flash-message"> - <div data-type="success" class="message">Hello there</div> - <div data-type="error" class="message">Naughty!</div> - </div> + <div id="flash-message"></div> </nav> <?php if (!empty($config['breadcrumbs'])): ?> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
