News: SPlatform U7 was released!
Docs / U1-2 / Blog Docs
Options: Go back
Adding an article
Details: How to add an article
Solve: Copy and paste the code in a new PHP file:
<?php
include('config/maintenance.php');
$core = true;
if($maintenance!=$core){
?>
<?php include('themes/default/header.theme.block.php'); ?>
<?php include('config/warning-message.php'); ?>
<h1 class='page-header'>Blog</h1>
<br>
<div class='panel panel-default'>
<div class='panel-heading'>
<h3>Here you put Article name</h3>
</div>
<div class='panel-body'>
<p>Here you put article content</p>
</div>
<div class='panel-footer'>
<!-- This is the universal-comments script -->
<script type='text/javascript' src='http://100widgets.com/js_data.php?id=234'></script><!--code1--><div class='scriptcode'><!--ecode1-->
<!-- End of Universal-Comments script -->
</div>
</div>
<?php include('themes/default/footer.theme.block.php'); ?>
<?php
}
else{
include('config/maintenance-message.php');
};
?>
Website Translation
Donate
Latest 5 news
08.27.2017 | SPlatform U7 was released!
02.07.2017 | SPlatform U6 was released!
01.15.2017 | SPlatform U6 is almost done!
04.20.2016 | SPlatform U5 is now public!
10.05.2015 | SPlatform is now using the GNU GENERAL PUBLIC LICENSE Version 2, June 1991 license.
02.07.2017 | SPlatform U6 was released!
01.15.2017 | SPlatform U6 is almost done!
04.20.2016 | SPlatform U5 is now public!
10.05.2015 | SPlatform is now using the GNU GENERAL PUBLIC LICENSE Version 2, June 1991 license.
SPlatform is licensed under GNU GENERAL PUBLIC LICENSE Version 2, June 1991