[csw-devel] SF.net SVN: opencsw:[629] web/wordpresscsw/wp-content/themes/opencsw/ header-package.php
bdwalton at users.sourceforge.net
bdwalton at users.sourceforge.net
Sun Nov 11 11:32:04 CET 2012
Revision: 629
http://opencsw.svn.sourceforge.net/opencsw/?rev=629&view=rev
Author: bdwalton
Date: 2012-11-11 10:32:04 +0000 (Sun, 11 Nov 2012)
Log Message:
-----------
disable the search form in another package display area; -bw
Modified Paths:
--------------
web/wordpresscsw/wp-content/themes/opencsw/header-package.php
Modified: web/wordpresscsw/wp-content/themes/opencsw/header-package.php
===================================================================
--- web/wordpresscsw/wp-content/themes/opencsw/header-package.php 2012-11-11 10:29:33 UTC (rev 628)
+++ web/wordpresscsw/wp-content/themes/opencsw/header-package.php 2012-11-11 10:32:04 UTC (rev 629)
@@ -42,7 +42,9 @@
<div id="nav" class="clearfix">
<div id="nav-search">
+ <!-- the search box doesn't do what people expect it to
<?php get_search_form(); ?>
+ -->
</div>
<ul id="menu">
<li class="page-item-home <?php if ( is_home() ) { ?> current_page_item <?php } ?>"><a href="<?php echo get_option('home'); ?>/"><?php _e('Home', 'default'); ?></a></li>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list