Skip to content

Commit

Permalink
Added versioning; changed repo name
Browse files Browse the repository at this point in the history
Marcin Kurczewski committed Oct 20, 2013

Verified

This commit was signed with the committer’s verified signature. The key has expired.
Czaki Grzegorz Bokota
1 parent 230f555 commit 07f36c7
Showing 4 changed files with 9 additions and 2 deletions.
5 changes: 4 additions & 1 deletion public_html/media/css/core.css
Original file line number Diff line number Diff line change
@@ -129,7 +129,10 @@ footer {
}
footer span:not(:last-child):after {
content: '\022C5';
margin: 0 0.2em;
margin: 0 0.5em;
}
footer a {
color: silver;
}


2 changes: 1 addition & 1 deletion src/Views/index-index.phtml
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@

<p>
<span>serving <?php echo $this->context->transport->postCount ?> posts</span>
<span>powered by <a href="http://github.com/rr-/booru">szurubooru</a></span>
<span>powered by <a href="<?php echo SZURU_LINK ?>">szurubooru</a></span>
</p>
</div>

1 change: 1 addition & 0 deletions src/Views/layout-normal.phtml
Original file line number Diff line number Diff line change
@@ -104,6 +104,7 @@
<?php if ($this->config->main->debugQueries): ?>
<pre class="debug"><?php echo join('<br>', array_map(function($x) { return preg_replace('/\s+/', ' ', $x); }, queryLogger()->getLogs())) ?></pre>
<?php endif ?>
<span><a href="<?php echo SZURU_LINK ?>">szurubooru v<?php echo SZURU_VERSION ?></a></span>
</div>
</footer>
</body>
3 changes: 3 additions & 0 deletions src/core.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
<?php
define('SZURU_VERSION', '0.1.0');
define('SZURU_LINK', 'http://github.com/rr-/szurubooru');

function trueStartTime()
{
static $time = null;

0 comments on commit 07f36c7

Please sign in to comment.