Redux Single Selection
<?php
if ($authority['header-style'] == '1') {
include (TEMPLATEPATH . '/functions/header-one.php');
} elseif ($authority['header-style'] == '2') {
include (TEMPLATEPATH . '/functions/header-two.php');
} elseif ($authority['header-style'] == '3') {
include (TEMPLATEPATH . '/functions/header-three.php');
} else {
echo "a is smaller than b";
}
?>
Written by Danny Outlaw
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Php
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#