diff options
author | Patrick Davison <snapwilliam@gmail.com> | 2011-11-07 02:05:16 -0800 |
---|---|---|
committer | Patrick Davison <snapwilliam@gmail.com> | 2011-11-07 02:05:16 -0800 |
commit | 016f8cccd578b8f794021035ff8f516a44bcbda4 (patch) | |
tree | 3ea23e5b44718e68a15b3eeb4254b0fe939af4ac /includes/header.php | |
parent | c128a5d15dba6f2715906e8a1a6714b942a6f886 (diff) | |
download | pathery-016f8cccd578b8f794021035ff8f516a44bcbda4.tar.xz |
Tutorial work
Diffstat (limited to 'includes/header.php')
-rw-r--r-- | includes/header.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/header.php b/includes/header.php index a9d3538..3943238 100644 --- a/includes/header.php +++ b/includes/header.php @@ -1,6 +1,6 @@ <?php
-function htmlHeader($css) {
+function htmlHeader($css = array()) {
?>
<!DOCTYPE html>
<html xml:lang="en" lang="en">
|