whyisjake

ninnypants

May 14th, 2010
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.23 KB | None | 0 0
  1. <?php global $options; foreach ($options as $value) {
  2.  
  3.     if(is_array($value)){
  4.     if (get_settings( $value['id'] ) === FALSE) {
  5.         $value['id'] = $value['std'];
  6.     }
  7.         else { $value['id'] = get_settings( $value['id'] );
  8.         }
  9.     }  
  10. ?>
Add Comment
Please, Sign In to add comment