Opened 20 years ago
Closed 20 years ago
#72 closed defect (bug) (invalid)
The search form action refers to the file that contains the search form, when it should actually reference the "blogfilename"
Reported by: | 2fargon | Owned by: | matt |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | minor | Version: | 1.2 |
Component: | Template | Keywords: | |
Focuses: | Cc: |
Description
The search form in the index.php file currently has
Line 77 : <form id="searchform" method="get" action="<?php echo $PHP_SELF; ?>">
Changing that to
Line 77 : <form id="searchform" method="get" action="<?php echo get_settings('blogfilename'); ?>">
will give us an index.php file that can be modified easily by the end user, while preserving a functional search form.
Change History (2)
Note: See
TracTickets for help on using
tickets.
blogfilename no longer used.