Opened 22 years ago
Closed 22 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 |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Template | Version: | 1.2 |
| Severity: | minor | Keywords: | |
| Cc: | Focuses: |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
blogfilename no longer used.