This website works better with JavaScript.
Home
Explore
Help
Sign In
SH
/
PHP_SMART_HOME_V3
Watch
6
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
1
Releases
2
Wiki
Activity
Browse Source
basedir Additiona Fix of Automation page
pull/1/head
GamerClassN7
1 year ago
parent
fffaf0e237
commit
50a0d3036c
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
app/views/templates/automation.phtml
+ 2
- 1
app/views/templates/automation.phtml
View File
@ -2,8 +2,9 @@
<
html
lang
=
"en"
>
<
head
>
<?php
$partial = new Partial('head');
$partial = new Partial('head');
$partial->prepare('baseDir', $BASEDIR);
$partial->prepare('baseUrl', $BASEURL);
$partial->render();
?>
<
title
>
<?php
echo
$TITLE
?>
</
title
>
Write
Preview
Loading…
Cancel
Save