make captcha bigger
This commit is contained in:
parent
aa6bbf4bd7
commit
5173bccb97
4 changed files with 12 additions and 1 deletions
|
|
@ -5,6 +5,11 @@ head();
|
|||
?>
|
||||
<body>
|
||||
<img class="banner" src="<?php echo constant('static') . '/img/' . constant('banner'); ?>" /><br>
|
||||
<?php
|
||||
if (constant("news")) {
|
||||
echo "<h3 class='news'>" . constant("news") . "</h3>";
|
||||
}
|
||||
?>
|
||||
<div class="about">
|
||||
<p><?php echo constant("sitename"); ?> lets you discover and share niche, non-corporate, hobby websites with others by submitting them to our database.<br>It's intended to help small forum operators, blog authors, and anyone else with a small website recieve traffic without having to market their site.</p>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue