the structure of your module.zpm is not compliant with sentora structure..
You use basic html (or how do i name it)
But needs to be something like:
You use basic html (or how do i name it)
Code:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Spleric Web Services | <@ ModuleName @> Services</title>
</head>
<body>
<h1>Accept BitCoins through CoinCorner™</h1>
<hr />
<p>Complete a 100% anonymous transactions through CoinCorner with low transaction rates on BitCoins for your Web App!</p>
<a target="_blank" href="https://www.coincorner.com/ForBusiness?refer=somedomain.com"><button class="button-loader btn btn-primary" id="button">Setup Account</button></a>
</body>
</html>
But needs to be something like:
Code:
<div class="zmodule_content panel" id="zmodule_header_<@ ModuleName @>">
<div class="panel-heading">
<img src="<@ ModuleIcon @>" width="35" height="35" border="0" alt="<@ ModuleName @>">
<div class="zmodule_title">
<@ ModuleName @>
</div>
<div class="zmodule_desc" id="zmodule_desc_<@ ModuleName @>"><@ ModuleDesc @></div>
</div>
blablablabla
</div>
●
● My Sentora Demo ● My Github ● Auxio Github ●
● Zentora theme ● S-Type theme ● CstyleX theme ●
● flat-color-icons ● small-n-flat-icons ●
●
Sentora's development takes way too long, so i'm transitioning to HestiaCP.
● My Sentora Demo ● My Github ● Auxio Github ●
● Zentora theme ● S-Type theme ● CstyleX theme ●
● flat-color-icons ● small-n-flat-icons ●
●
Sentora's development takes way too long, so i'm transitioning to HestiaCP.