diff --git a/system/Debug/Toolbar/Views/_config.tpl b/system/Debug/Toolbar/Views/_config.tpl
new file mode 100644
index 0000000..4247e81
--- /dev/null
+++ b/system/Debug/Toolbar/Views/_config.tpl
@@ -0,0 +1,48 @@
+
+ Read the CodeIgniter docs...
+
+
+
+
+
+ CodeIgniter Version: |
+ { ciVersion } |
+
+
+ PHP Version: |
+ { phpVersion } |
+
+
+ PHP SAPI: |
+ { phpSAPI } |
+
+
+ Environment: |
+ { environment } |
+
+
+ Base URL: |
+
+ { if $baseURL == '' }
+
+ The $baseURL should always be set manually to prevent possible URL personification from external parties.
+
+ { else }
+ { baseURL }
+ { endif }
+ |
+
+
+ TimeZone: |
+ { timezone } |
+
+
+ Locale: |
+ { locale } |
+
+
+ Content Security Policy Enabled: |
+ { if $cspEnabled } Yes { else } No { endif } |
+
+
+
diff --git a/system/Debug/Toolbar/Views/_config.tpl.php b/system/Debug/Toolbar/Views/_config.tpl.php
deleted file mode 100644
index 4247e81..0000000
--- a/system/Debug/Toolbar/Views/_config.tpl.php
+++ /dev/null
@@ -1,48 +0,0 @@
-
- Read the CodeIgniter docs...
-
-
-
-
-
- CodeIgniter Version: |
- { ciVersion } |
-
-
- PHP Version: |
- { phpVersion } |
-
-
- PHP SAPI: |
- { phpSAPI } |
-
-
- Environment: |
- { environment } |
-
-
- Base URL: |
-
- { if $baseURL == '' }
-
- The $baseURL should always be set manually to prevent possible URL personification from external parties.
-
- { else }
- { baseURL }
- { endif }
- |
-
-
- TimeZone: |
- { timezone } |
-
-
- Locale: |
- { locale } |
-
-
- Content Security Policy Enabled: |
- { if $cspEnabled } Yes { else } No { endif } |
-
-
-
diff --git a/system/Debug/Toolbar/Views/_database.tpl b/system/Debug/Toolbar/Views/_database.tpl
new file mode 100644
index 0000000..b5cf1a4
--- /dev/null
+++ b/system/Debug/Toolbar/Views/_database.tpl
@@ -0,0 +1,16 @@
+
+
+
+ Time |
+ Query String |
+
+
+
+ {queries}
+
+ {duration} |
+ {! sql !} |
+
+ {/queries}
+
+
diff --git a/system/Debug/Toolbar/Views/_database.tpl.php b/system/Debug/Toolbar/Views/_database.tpl.php
deleted file mode 100644
index b5cf1a4..0000000
--- a/system/Debug/Toolbar/Views/_database.tpl.php
+++ /dev/null
@@ -1,16 +0,0 @@
-
-
-
- Time |
- Query String |
-
-
-
- {queries}
-
- {duration} |
- {! sql !} |
-
- {/queries}
-
-
diff --git a/system/Debug/Toolbar/Views/_events.tpl b/system/Debug/Toolbar/Views/_events.tpl
new file mode 100644
index 0000000..88d732f
--- /dev/null
+++ b/system/Debug/Toolbar/Views/_events.tpl
@@ -0,0 +1,18 @@
+
+
+
+ Time |
+ Event Name |
+ Times Called |
+
+
+
+ {events}
+
+ { duration } ms |
+ {event} |
+ {count} |
+
+ {/events}
+
+
diff --git a/system/Debug/Toolbar/Views/_events.tpl.php b/system/Debug/Toolbar/Views/_events.tpl.php
deleted file mode 100644
index 88d732f..0000000
--- a/system/Debug/Toolbar/Views/_events.tpl.php
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
-
- Time |
- Event Name |
- Times Called |
-
-
-
- {events}
-
- { duration } ms |
- {event} |
- {count} |
-
- {/events}
-
-
diff --git a/system/Debug/Toolbar/Views/_files.tpl b/system/Debug/Toolbar/Views/_files.tpl
new file mode 100644
index 0000000..9c992ab
--- /dev/null
+++ b/system/Debug/Toolbar/Views/_files.tpl
@@ -0,0 +1,16 @@
+
+
+ {userFiles}
+
+ {name} |
+ {path} |
+
+ {/userFiles}
+ {coreFiles}
+
+ {name} |
+ {path} |
+
+ {/coreFiles}
+
+
diff --git a/system/Debug/Toolbar/Views/_files.tpl.php b/system/Debug/Toolbar/Views/_files.tpl.php
deleted file mode 100644
index 9c992ab..0000000
--- a/system/Debug/Toolbar/Views/_files.tpl.php
+++ /dev/null
@@ -1,16 +0,0 @@
-
-
- {userFiles}
-
- {name} |
- {path} |
-
- {/userFiles}
- {coreFiles}
-
- {name} |
- {path} |
-
- {/coreFiles}
-
-
diff --git a/system/Debug/Toolbar/Views/_history.tpl b/system/Debug/Toolbar/Views/_history.tpl
new file mode 100644
index 0000000..9db00ec
--- /dev/null
+++ b/system/Debug/Toolbar/Views/_history.tpl
@@ -0,0 +1,28 @@
+
+
+
+ Action |
+ Datetime |
+ Status |
+ Method |
+ URL |
+ Content-Type |
+ Is AJAX? |
+
+
+
+ {files}
+
+
+
+ |
+ {datetime} |
+ {status} |
+ {method} |
+ {url} |
+ {contentType} |
+ {isAJAX} |
+
+ {/files}
+
+
diff --git a/system/Debug/Toolbar/Views/_history.tpl.php b/system/Debug/Toolbar/Views/_history.tpl.php
deleted file mode 100644
index 9db00ec..0000000
--- a/system/Debug/Toolbar/Views/_history.tpl.php
+++ /dev/null
@@ -1,28 +0,0 @@
-
-
-
- Action |
- Datetime |
- Status |
- Method |
- URL |
- Content-Type |
- Is AJAX? |
-
-
-
- {files}
-
-
-
- |
- {datetime} |
- {status} |
- {method} |
- {url} |
- {contentType} |
- {isAJAX} |
-
- {/files}
-
-
diff --git a/system/Debug/Toolbar/Views/_logs.tpl b/system/Debug/Toolbar/Views/_logs.tpl
new file mode 100644
index 0000000..7c80d84
--- /dev/null
+++ b/system/Debug/Toolbar/Views/_logs.tpl
@@ -0,0 +1,20 @@
+{ if $logs == [] }
+Nothing was logged. If you were expecting logged items, ensure that LoggerConfig file has the correct threshold set.
+{ else }
+
+
+
+ Severity |
+ Message |
+
+
+
+ {logs}
+
+ {level} |
+ {msg} |
+
+ {/logs}
+
+
+{ endif }
diff --git a/system/Debug/Toolbar/Views/_logs.tpl.php b/system/Debug/Toolbar/Views/_logs.tpl.php
deleted file mode 100644
index 7c80d84..0000000
--- a/system/Debug/Toolbar/Views/_logs.tpl.php
+++ /dev/null
@@ -1,20 +0,0 @@
-{ if $logs == [] }
-Nothing was logged. If you were expecting logged items, ensure that LoggerConfig file has the correct threshold set.
-{ else }
-
-
-
- Severity |
- Message |
-
-
-
- {logs}
-
- {level} |
- {msg} |
-
- {/logs}
-
-
-{ endif }
diff --git a/system/Debug/Toolbar/Views/_routes.tpl b/system/Debug/Toolbar/Views/_routes.tpl
new file mode 100644
index 0000000..0988049
--- /dev/null
+++ b/system/Debug/Toolbar/Views/_routes.tpl
@@ -0,0 +1,44 @@
+Matched Route
+
+
+
+ {matchedRoute}
+
+ Directory: |
+ {directory} |
+
+
+ Controller: |
+ {controller} |
+
+
+ Method: |
+ {method} |
+
+
+ Params: |
+ {paramCount} / {truePCount} |
+
+ {params}
+
+ {name} |
+ {value} |
+
+ {/params}
+ {/matchedRoute}
+
+
+
+
+Defined Routes
+
+
+
+ {routes}
+
+ {from} |
+ {to} |
+
+ {/routes}
+
+
diff --git a/system/Debug/Toolbar/Views/_routes.tpl.php b/system/Debug/Toolbar/Views/_routes.tpl.php
deleted file mode 100644
index 0988049..0000000
--- a/system/Debug/Toolbar/Views/_routes.tpl.php
+++ /dev/null
@@ -1,44 +0,0 @@
-Matched Route
-
-
-
- {matchedRoute}
-
- Directory: |
- {directory} |
-
-
- Controller: |
- {controller} |
-
-
- Method: |
- {method} |
-
-
- Params: |
- {paramCount} / {truePCount} |
-
- {params}
-
- {name} |
- {value} |
-
- {/params}
- {/matchedRoute}
-
-
-
-
-Defined Routes
-
-
-
- {routes}
-
- {from} |
- {to} |
-
- {/routes}
-
-