3 $this->
data[
'jquery'] =
array(
'core' => TRUE,
'ui' => TRUE,
'css' => TRUE);
4 $this->
data[
'head'] =
'<link rel="stylesheet" type="text/css" href="/' . $this->
data[
'baseurlpath'] .
'module.php/metaedit/resources/style.css" />' .
"\n";
5 $this->
data[
'head'] .=
'<script type="text/javascript"> 6 $(document).ready(function() { 11 $this->includeAtTemplateBase(
'includes/header.php');
14 echo(
'<h1>OAuth Client</h1>');
16 echo($this->
data[
'form']);
18 echo(
'<p style="float: right"><a href="registry.php">Return to entity listing <strong>without saving...</strong></a></p>');
20 $this->includeAtTemplateBase(
'includes/footer.php');
Create styles array
The data for the language used.