added vendors
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -8,3 +8,4 @@ php_errors.log
|
|||||||
!/backup/.gitkeep
|
!/backup/.gitkeep
|
||||||
/.idea/*
|
/.idea/*
|
||||||
*.bak
|
*.bak
|
||||||
|
.htaccess
|
||||||
|
|||||||
@@ -79,7 +79,7 @@ $error_msg = array(
|
|||||||
|
|
||||||
//SMARTY BEÁLLÍTÁSA
|
//SMARTY BEÁLLÍTÁSA
|
||||||
//require('../Smarty/Smarty.class.php');
|
//require('../Smarty/Smarty.class.php');
|
||||||
require('../Smarty/Smarty.class.php');
|
require('vendor/Smarty/Smarty.class.php');
|
||||||
|
|
||||||
|
|
||||||
$smarty = new Smarty();
|
$smarty = new Smarty();
|
||||||
|
|||||||
@@ -5,10 +5,8 @@ ob_start();
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
<style>
|
<script src="/vendor/jQuery/jquery-3.1.1.min.js"></script>
|
||||||
</style>
|
<script src="/vendor/ckeditor/ckeditor.js"></script>
|
||||||
<script src="/jQuery/jquery-3.1.1.min.js"></script>
|
|
||||||
<script src="/ckeditor/ckeditor.js"></script>
|
|
||||||
<link rel="apple-touch-icon" sizes="57x57" href="/_image/apple-icon-57x57.png">
|
<link rel="apple-touch-icon" sizes="57x57" href="/_image/apple-icon-57x57.png">
|
||||||
<link rel="apple-touch-icon" sizes="60x60" href="/_image/apple-icon-60x60.png">
|
<link rel="apple-touch-icon" sizes="60x60" href="/_image/apple-icon-60x60.png">
|
||||||
<link rel="apple-touch-icon" sizes="72x72" href="/_image/apple-icon-72x72.png">
|
<link rel="apple-touch-icon" sizes="72x72" href="/_image/apple-icon-72x72.png">
|
||||||
|
|||||||
Reference in New Issue
Block a user