Skip to content
Snippets Groups Projects
Commit 24d02060 authored by Tim Steiner's avatar Tim Steiner
Browse files

Added jQuery includes.

parent ace112bf
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,10 @@
$this->headLink()->appendStylesheet($this->baseUrl() . '/css/index.css', 'all');
$this->headLink()->appendStylesheet($this->baseUrl() . '/css/print.css', 'print');
$this->headLink()->appendStylesheet('http://jqueryui.com/latest/themes/base/ui.all.css', 'all');
$this->headScript()->prependFile($this->baseUrl() . '/javascript/index.js');
$this->headScript()->prependFile('http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/jquery-ui.min.js');
$this->headScript()->prependFile('http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js');
if (!$this->layout()->template) {
$this->layout()->template = 'Fixed';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment