Removed files that are not important to the core

This commit is contained in:
Abel Hoogeveen 2015-05-03 20:42:50 +02:00
parent 884c421a46
commit b4a574dadf
5 changed files with 0 additions and 97 deletions

View File

@ -1,12 +0,0 @@
<?php return array (
'sendmail_enabled' => true,
'smtp_enabled' => false,
'smtp_host' => '',
'smtp_port' => 25,
'smtp_auth' => false,
'smtp_username' => '',
'smtp_password' => '',
'smtp_debug_level' => 0,
'sender_name' => '',
'sender_mail' => '',
) ;

View File

@ -1,4 +0,0 @@
<?php return array (
'cookie_name' => '',
'urlSelector' => '',
) ;

View File

@ -1,52 +0,0 @@
<html>
<head>
<title>{$title}</title>
<link href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css" rel="stylesheet">
<style>
body {
background: #ecf0f1;
border-bottom: 1px solid #DDD;
padding: 100px 0 100px;
font-size: 16px;
}
#setupcontainer {
max-width: 950px;
margin-left: auto;
margin-right: auto;
}
</style>
</head>
<body>
<div id='setupcontainer'>
<div class='row'>
<div class='col-lg-12 col-md-4 col-sm-12'>
<div id='contentPanel' class="panel panel-default" style='display:none'>
<div id='1' class="panel-body" style='display:none'>
<p class="lead">{$topTitle}</p>
<p>{$content}</p>
</div>
</div>
</div>
</div>
</div>
<footer>
<script src="http://code.jquery.com/jquery-1.11.0.min.js"></script>
<script src="//netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script>
<script>
var currentPage = 0;
var currentProgress = 0;
start();
function start() {
$("#contentPanel").fadeIn(500);
$("#1").fadeIn(700);
}
</script>
</footer>
</body>
</html>

View File

@ -1,29 +0,0 @@
<html>
<body style='background-color:#eeeeee;color:#505050;font-size:11pt;padding-top:20px;'>
<div style='width:300px;height:95px;margin:0 auto 20px auto;'><img src='http://myfuze.net/Fuze2tra.png' alt='Fuze Netwerk Logo' style='width:300px;height:95px;' /></div>
<div id='header' style='padding:25px 20px;width:75%;background-color:#3498db;border-width:1px 1px 0 1px;font-size:20pt;font-weight:bold;border-color:#dddddd;border-style:solid;margin:0 auto;color:#fdfdfd;border-radius:8px 8px 0 0;'>
Verify your mail address
</div>
<div id='body' style='padding:20px;border-width:0 1px 0 1px;width:75%;background-color:#fdfdfd;border-color:#dddddd;border-style:solid;margin:0 auto;'>
<h1>Welcome to {$siteName}! </h1>
<p>Please verify your account by clicking the button below:</p>
<a href='{$verifyURL}?code={$code}'><button>Verify!</button></a>
<p>If the button does not work, please copy the following link into your browser:</p>
<a href='{$verifyURL}?code={$code}'>{$verifyURL}?code={$code}</a>
<p>Thank you for registering to {$siteName}, have a nice day!</p>
</div>
<div id='footer' style='padding:20px;color:#3498db;text-align:center;border-width:0 1px 1px 1px;border-radius:0 0 8px 8px;width:75%;background-color:#fdfdfd;border-color:#dddddd;border-style:solid;margin:0 auto;'>
<a href='http://fuzenetwerk.nl'>FuzeNetwerk.nl</a><br />
<span style='line-height:125%;'>Leguaanstraat 3 1338HB Almere<br />
KvK 00000000<br />
BTW NL.0000.00000.000</span>
</div>
<br style='margin-top:20px;' />
</body>
</html>