Skip to content

Commit

Permalink
some things that caught my eye
Browse files Browse the repository at this point in the history
  • Loading branch information
AmmarkoV committed May 9, 2013
1 parent 6f9f848 commit 5a9ab97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion footer.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ function write_nice_logo($host_name,$banner_number,$script_web_base,$banner_pref
{
$num=rand(1,$banner_number);
echo "
<div id=\"BannerInside\" style=\"background-image:url(".$script_web_base."images/".$banner_prefix.$num.".jpg"."); \">
<div id=\"BannerInside\" style=\"background-image:url(images/".$banner_prefix.$num.".jpg"."); \">
<table id=\"BannerMask\" style=\"background-image:url(images/".$banner_prefix."mask.png\" >
<tr>
<td>MyLoader <span id=\"blinking\">@</span> ".$host_name."</td>
Expand Down
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<html>
<head>
<meta name="author" content="Ammar Qammaz" >
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="keywords" content="personal uploader" />
<meta name="description" content="" />
<title>MyLoader @ <?php echo $HOST_NAME; ?></title>
Expand Down

0 comments on commit 5a9ab97

Please sign in to comment.