diff --git a/profiles.php b/profiles.php new file mode 100644 index 0000000..782021c --- /dev/null +++ b/profiles.php @@ -0,0 +1,153 @@ +'; + if (in_array($view, $profile_contents)){ + $html .= ' '.$view; + } else { + $html .= ' '.$view; + } + $html .= ''; + } + return $html; +} + +// Format tabs +function format_tabs($contents) { + $rows = explode("\n", $contents); + $tab = '