# css-javascript-toolbox/6.0.15/views/backups/manager/tmpl/default.html.tmpl

CSS &amp; JavaScript Toolbox, version 6.0.15. 22 lines.

- Page: https://pluginprobe.com/plugins/css-javascript-toolbox/6.0.15/code/views/backups/manager/tmpl/default.html.tmpl
- Raw: https://pluginprobe.com/plugins/css-javascript-toolbox/6.0.15/raw/views/backups/manager/tmpl/default.html.tmpl
- Modified: 2013-03-17T20:09:52+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/css-javascript-toolbox/6.0.15/code/views/backups/manager/tmpl/default.html.tmpl#L10-L20`.

```
<?php
/**
* 
*/

/**
* No direct access.
*/
defined('ABSPATH') or die("Access denied");
?>
<html xmlns="http://www.w3.org/1999/xhtml">
	<head>
<?php wp_print_head_scripts() ?>
<?php wp_print_styles() ?>
	</head>
	<body>
		<div id="cjtoolbox_popup">
<?php echo $this->getTemplate('form'); ?>
<?php echo $this->getTemplate('list'); ?>
		</div>
	</body>
</html>
```
