diff --git a/footer.php b/footer.php index c033835..14cd783 100644 --- a/footer.php +++ b/footer.php @@ -15,7 +15,7 @@ - + + + diff --git a/header.php b/header.php index 612cda4..bd8e3bb 100644 --- a/header.php +++ b/header.php @@ -27,7 +27,6 @@ isq_load_textdomain(); - diff --git a/index.php b/index.php index d0e4ea3..1bcf31e 100644 --- a/index.php +++ b/index.php @@ -33,6 +33,7 @@ $title = isset( $_REQUEST['title'] ) ? yourls_sanitize_title( $_REQUEST['title

diff --git a/result.php b/result.php index a3383ca..c967eba 100644 --- a/result.php +++ b/result.php @@ -1,8 +1,12 @@

' . $message . '

'; include('footer.php');