Refactor project
This commit is contained in:
3
inc/php/footer.php
Normal file
3
inc/php/footer.php
Normal file
@@ -0,0 +1,3 @@
|
||||
<script src="/inc/js/theme.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
7
inc/php/header.php
Normal file
7
inc/php/header.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>AI Email Generator - Result</title>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
</head>
|
||||
31
inc/php/resources.php
Normal file
31
inc/php/resources.php
Normal file
@@ -0,0 +1,31 @@
|
||||
<?php
|
||||
|
||||
function getLanguages(){
|
||||
return array(
|
||||
'English',
|
||||
'Swedish',
|
||||
'Spanish',
|
||||
'French',
|
||||
'German',
|
||||
'Italian',
|
||||
'Portuguese',
|
||||
'Dutch',
|
||||
'Norwegian',
|
||||
'Danish',
|
||||
'Finnish',
|
||||
'Polish',
|
||||
'Czech',
|
||||
'Hungarian',
|
||||
'Greek',
|
||||
'Turkish',
|
||||
'Russian',
|
||||
'Chinese',
|
||||
'Japanese',
|
||||
'Korean',
|
||||
'Arabic',
|
||||
'Hebrew',
|
||||
'Hindi',
|
||||
'Thai',
|
||||
'Vietnamese',
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user