added vendors

This commit is contained in:
Ricsi
2019-04-08 22:11:36 +01:00
parent dadd19bdfa
commit 161453e9b5
3 changed files with 4 additions and 5 deletions

1
.gitignore vendored
View File

@@ -8,3 +8,4 @@ php_errors.log
!/backup/.gitkeep !/backup/.gitkeep
/.idea/* /.idea/*
*.bak *.bak
.htaccess

View File

@@ -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();

View File

@@ -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">