Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Make sure ide can handle code better
  • Loading branch information
torinfo committed May 30, 2015
1 parent 01a8e4d commit cc13dcd
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions management.php
Expand Up @@ -39,9 +39,8 @@ function mgt_page($xerte_toolkits_site, $extra)
<title><?PHP echo $xerte_toolkits_site->site_title; ?></title>
<link rel="icon" href="favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
<script type="text/javascript">
<?PHP
echo "<script type=\"text/javascript\"> // JAVASCRIPT library for fixed variables\n // management of javascript is set up here\n // SITE SETTINGS\n";

echo "var site_url = \"" . $xerte_toolkits_site->site_url . "\";\n";

echo "var site_apache = \"" . $xerte_toolkits_site->apache . "\";\n";
Expand Down Expand Up @@ -181,9 +180,8 @@ function mgt_page($xerte_toolkits_site, $extra)
<link href="website_code/styles/frontpage.css" media="screen" type="text/css" rel="stylesheet" />
<link href="website_code/styles/xerte_buttons.css" media="screen" type="text/css" rel="stylesheet" />
<link href="website_code/styles/management.css" media="screen" type="text/css" rel="stylesheet" />
<script type="text/javascript">
<?PHP
echo "<script type=\"text/javascript\"> // JAVASCRIPT library for fixed variables\n // management of javascript is set up here\n // SITE SETTINGS\n";

echo "var site_url = \"" . $xerte_toolkits_site->site_url . "\";\n";

echo "var site_apache = \"" . $xerte_toolkits_site->apache . "\";\n";
Expand Down Expand Up @@ -213,7 +211,11 @@ function mgt_page($xerte_toolkits_site, $extra)
_include_javascript_file($jsscript);
}
?>

<style>
body {
background:white;
}
</style>
</head>

<body onload="javascript:site_list()">
Expand Down

0 comments on commit cc13dcd

Please sign in to comment.