Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nemt_backend
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Tobin
nemt_backend
Commits
b90848f3
Commit
b90848f3
authored
Nov 20, 2018
by
Tobin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cached files issue
parent
363cd888
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
footer-script.php
application/views/Templates/footer-script.php
+1
-1
header-script.php
application/views/Templates/header-script.php
+2
-2
No files found.
application/views/Templates/footer-script.php
View file @
b90848f3
...
...
@@ -12,7 +12,7 @@
<script
src=
"
<?php
echo
base_url
();
?>
assets/js/app.min.js"
></script>
<script
src=
"
<?php
echo
base_url
();
?>
assets/js/custom-script.js"
></script>
<script
src=
"
<?php
echo
base_url
();
?>
assets/js/parsley.min.js"
></script>
<script
src=
"
<?php
echo
base_url
();
?>
assets/js/nemt_custom.js"
></script>
<script
src=
"
<?php
echo
base_url
();
?>
assets/js/nemt_custom.js
?
<?=
time
()
?>
"
></script>
<script
src=
"https://cdn.ckeditor.com/4.5.7/standard/ckeditor.js"
></script>
<script
src=
"
<?php
echo
base_url
();
?>
assets/js/bootstrap-datepicker.js"
></script>
<script
type=
"text/javascript"
src=
"
<?=
base_url
(
'assets/js/clockpicker.js'
)
?>
"
></script>
...
...
application/views/Templates/header-script.php
View file @
b90848f3
...
...
@@ -12,8 +12,8 @@
<link
rel=
"stylesheet"
href=
"
<?php
echo
base_url
();
?>
assets/css/dataTables.bootstrap.css"
>
<link
rel=
"stylesheet"
href=
"
<?php
echo
base_url
();
?>
assets/css/AdminLTE.min.css"
>
<link
rel=
"stylesheet"
href=
"
<?php
echo
base_url
();
?>
assets/css/pace.css"
>
<link
rel=
"stylesheet"
href=
"
<?php
echo
base_url
();
?>
assets/css/
<?
php
echo
$this
->
config
->
item
(
"theme_color"
);
?>
.css"
>
<link
rel=
"stylesheet"
href=
"
<?php
echo
base_url
();
?>
assets/css/custom-style.css"
>
<link
rel=
"stylesheet"
href=
"
<?php
echo
base_url
();
?>
assets/css/
<?
=
$this
->
config
->
item
(
"theme_color"
)
?>
.css"
>
<link
rel=
"stylesheet"
href=
"
<?php
echo
base_url
();
?>
assets/css/custom-style.css
?
<?=
time
()
?>
"
>
<link
href=
"
<?php
echo
base_url
();
?>
assets/css/parsley/parsley.css"
rel=
"stylesheet"
>
<link
href=
"
<?php
echo
base_url
();
?>
assets/css/bootstrap-datepicker3.css"
rel=
"stylesheet"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment