Changeset 2823:f011562dadc7 for plugins/aboutConfig/index.php
- Timestamp:
- 11/27/14 15:28:36 (11 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/aboutConfig/index.php
r2566 r2823 155 155 } 156 156 echo 157 '<form action=" plugin.php" method="post">'.157 '<form action="'.$p_url.'" method="post">'. 158 158 '<p class="anchor-nav">'. 159 159 '<label for="ls_nav" class="classic">'.__('Goto:').'</label> '.form::combo('ls_nav',$ns_combo). … … 164 164 ?> 165 165 166 <form action=" plugin.php" method="post">166 <form action="<?php echo $p_url; ?>" method="post"> 167 167 168 168 <?php … … 205 205 } 206 206 echo 207 '<form action=" plugin.php" method="post">'.207 '<form action="'.$p_url.'" method="post">'. 208 208 '<p class="anchor-nav">'. 209 209 '<label for="gs_nav" class="classic">'.__('Goto:').'</label> '.form::combo('gs_nav',$ns_combo).' '. … … 214 214 ?> 215 215 216 <form action=" plugin.php" method="post">216 <form action="<?php echo $p_url; ?>" method="post"> 217 217 218 218 <?php
Note: See TracChangeset
for help on using the changeset viewer.