Skip to content

Commit 9672c13

Browse files
committed
Bug fixes
1 parent 099c33d commit 9672c13

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

New/settings.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
$path_parts = pathinfo($_SERVER['PHP_SELF']);
88

99
#list of settings
10-
$DOMAIN = 'localhost';
11-
#$DOMAIN = 'www.dimilia.it';
10+
#$DOMAIN = 'localhost';
11+
$DOMAIN = 'www.dimilia.it';
1212

1313

1414

New/style.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
.pos_twelve {background-position:-75px 0}
3737
.pos_eleven {background-position:-150px 0}
3838
.pos_ten {background-position:-225px 0}
39-
.pos_nine {background-position:-3000px 0}
39+
.pos_nine {background-position:-300px 0}
4040
.pos_eight {background-position:-375px 0}
4141
.pos_seven {background-position:-450px 0}
4242
.pos_six {background-position:-525px 0}

0 commit comments

Comments
 (0)