diff --git a/inc/page-footer.php b/inc/page-footer.php index 691287b6..124d92d4 100644 --- a/inc/page-footer.php +++ b/inc/page-footer.php @@ -1,2 +1,8 @@ - +scripts) && is_array($c->scripts) ) { + foreach ( $c->scripts AS $script ) { + echo "\n"; + } + } +?> \ No newline at end of file diff --git a/inc/page-header.php b/inc/page-header.php index 8f0d4b36..c0c044be 100644 --- a/inc/page-header.php +++ b/inc/page-header.php @@ -59,12 +59,6 @@ EOHDR; } } - if ( isset($c->scripts) && is_array($c->scripts) ) { - foreach ( $c->scripts AS $script ) { - echo "\n"; - } - } - echo "\n\n"; echo "
\n";