Changeset 2824:c7051e56fd3c for plugins/aboutConfig/index.php
- Timestamp:
- 11/28/14 16:08:29 (11 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/aboutConfig/index.php
r2823 r2824 155 155 } 156 156 echo 157 '<form action="'.$ p_url.'" method="post">'.157 '<form action="'.$core->adminurl->get('admin.plugin').'" 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="<?php echo $ p_url; ?>" method="post">166 <form action="<?php echo $core->adminurl->get('admin.plugin'); ?>" method="post"> 167 167 168 168 <?php … … 205 205 } 206 206 echo 207 '<form action="'.$ p_url.'" method="post">'.207 '<form action="'.$core->adminurl->get('admin.plugin').'" 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="<?php echo $ p_url; ?>" method="post">216 <form action="<?php echo $core->adminurl->get('admin.plugin'); ?>" method="post"> 217 217 218 218 <?php
Note: See TracChangeset
for help on using the changeset viewer.