Plugin Directory

Changeset 2454012

Timestamp:
01/11/2021 03:35:28 PM (4 years ago)
Author:
increaserev
Message:

#main menu bug fixed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ir-manager/trunk/irmngr_option.php

    r2454001 r2454012  
    1919 
    2020    $get_status=$all_meta_for_user["irmngr_plugin_config"][0];
     21
     22
     23
    2124    $get_status_ad_div=$all_meta_for_user["irmngr_ad_div_status"][0];
    2225    $path="";
     
    6467                                <span style="padding-right: 30px;">
    6568
    66                                 <input type="radio" name="ir_radio_button" id="ir_first_" value="redirect" <?php if($get_status==""):else: echo'checked'; endif; ?>>
     69                                <input type="radio" name="ir_radio_button" id="ir_first_" value="redirect" <?php if($get_status==""):else: echo'checked'; endif; ?>>
    6770                                <label for="ir_first_">  Redirect 
    6871                                    <div style="margin-left: -0.8%;margin-top: 2px;" class="tooltip"> <span class="question_mark"  style="font-weight: 700;"> ? </span>
Note: See TracChangeset for help on using the changeset viewer.