Commit: 1606e798e8021e2849f93e5cfdde543bd1f01580 Author: Dejan Marjanovic <[email protected]> Sun, 15 Dec 2013 23:14:22 +0100 Parents: 0c9a8d38562c9c74bc3a200401de515d4d286861 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=1606e798e8021e2849f93e5cfdde543bd1f01580 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
