Esempio n. 1
0
            // update the settings using the options variable
            $c->update_plugin_options();
            ?>
<div class="updated"><p><strong><?php 
            _e("Settings Updated.", "share-and-follow");
            ?>
</strong></p></div><?php 
        } else {
            // trying to save without a good nonce
            wp_die('hacking?');
        }
    }
    ?>
            <div class="wrap">
            <?php 
    $c->showUsSupport();
    ?>
            <div class="std">
                <form method="post" action="<?php 
    echo $_SERVER["REQUEST_URI"];
    ?>
">
                <?php 
    wp_nonce_field('checkplugins', 'pnonce');
    ?>
                <input type="hidden" name="cssid" id="cssid" value="<?php 
    echo $c->_options['cssid'] + 1;
    ?>
" />