Skip to content

Commit

Permalink
pre-release fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Duloz committed Nov 2, 2012
1 parent 15b4f1e commit 16f9033
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pastrybox/index.php
@@ -1,5 +1,5 @@
<?php require_once '__config.php'; ?>
<?php //require_once 'static/maintenance.php'; ?>
<?php require_once 'static/maintenance.php'; ?>
<?php require_once 'parts/head.php'; ?>

<body id="top"<?php if( is_front_page() ): ?> class="front"<?php endif; ?>>
Expand Down
2 changes: 1 addition & 1 deletion pastrybox/parts/contentinfo.php
Expand Up @@ -4,7 +4,7 @@

<div class="additional">
<h2 class="h-gamma">Fork & Improve</h2>
<p>The template used for the Pastry Box Project <a href="http://alexduloz.github.com/pastrybox/" title="Fork On Github">can be forked on Github</a>. Feel free to add features to the project. Simply check the <a href="http://alexduloz.github.com/pastrybox/#guidelines" title="Forking Guidelines">forking guidelines</a> before sending pull requests.</p>
<p>The template used for the Pastry Box Project <a href="https://github.com/alexduloz/pastrybox" title="Fork On Github">can be forked on Github</a>. Feel free to add features to the project.</p>
</div>

<div class="additional">
Expand Down
2 changes: 1 addition & 1 deletion pastrybox/style.css
Expand Up @@ -4,5 +4,5 @@ Theme URI: http://www.the-pastry-box-project.net/
Description: Pastry Box Layout
Author: Alex Duloz
Version: 1.0.0
License: MIT License
License: https://github.com/alexduloz/pastrybox/blob/gh-pages/LIMITATIONS.md
*/

0 comments on commit 16f9033

Please sign in to comment.