Skip to content
Snippets Groups Projects
Unverified Commit 7051ecc2 authored by Tim van Dijen's avatar Tim van Dijen Committed by GitHub
Browse files

Fix incorrect stylesheet reference

Lowercased some keywords too!
parent 389d2a00
No related branches found
No related tags found
No related merge requests found
<?php <?php
$this->data['jquery'] = array('core' => TRUE, 'ui' => TRUE, 'css' => TRUE); $this->data['jquery'] = array('core' => true, 'ui' => true, 'css' => true);
$this->data['head'] = '<link rel="stylesheet" type="text/css" href="/' . $this->data['baseurlpath'] . 'module.php/metaedit/resources/style.css" />' . "\n"; $this->data['head'] = '<link rel="stylesheet" type="text/css" href="/' . $this->data['baseurlpath'] . 'module.php/oauth/resources/style.css" />' . "\n";
$this->data['head'] .= '<script type="text/javascript"> $this->data['head'] .= '<script type="text/javascript">
$(document).ready(function() { $(document).ready(function() {
$("#tabdiv").tabs(); $("#tabdiv").tabs();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment