예제 #1
0
파일: admin.php 프로젝트: ksingh812/epb
        _e('Please check the fields for errors and typos.', 'pixcustomify_txtd');
        ?>
			</p>
		<?php 
    }
    if ($processor->performed_update()) {
        ?>
			<br/>
			<p class="update-nag">
				<?php 
        _e('Settings have been updated.', 'pixcustomify_txtd');
        ?>
			</p>
		<?php 
    }
    echo $f = pixcustomify::form($config, $processor);
    echo $f->field('hiddens')->render();
    echo $f->field('general')->render();
    echo $f->field('output')->render();
    echo $f->field('typography')->render();
    //		echo $f->field( 'css_editor' )->render();
    ?>
		<button type="submit" class="button button-primary">
			<?php 
    _e('Save Changes', 'pixcustomify_txtd');
    ?>
		</button>

		<?php 
    echo $f->endform();
} elseif ($status['state'] == 'error') {