Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
Cryptochat_FR
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Siick
Cryptochat_FR
Commits
869ec20a
Commit
869ec20a
authored
4 years ago
by
siick
Browse files
Options
Downloads
Patches
Plain Diff
changement couleur site
parent
f44459fb
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
about.php
+1
-1
1 addition, 1 deletion
about.php
chatroom.php
+1
-1
1 addition, 1 deletion
chatroom.php
index.php
+1
-1
1 addition, 1 deletion
index.php
stats.php
+1
-1
1 addition, 1 deletion
stats.php
styles/myCryptoChat.css
+0
-1
0 additions, 1 deletion
styles/myCryptoChat.css
with
4 additions
and
5 deletions
about.php
+
1
−
1
View file @
869ec20a
...
...
@@ -51,7 +51,7 @@
<footer>
<div
class=
"content-wrapper"
>
<div
class=
"float-left"
>
<p>
©
2013 /
<?php
echo
date
(
"Y"
);
?>
- Siickchat v1.0.5 (a fork of MyCryptoChat by HowTommy.net)
</p>
<p
style=
"color: white"
>
©
2013 /
<?php
echo
date
(
"Y"
);
?>
- Siickchat v1.0.5 (a fork of MyCryptoChat by HowTommy.net)
</p>
</div>
</div>
</footer>
...
...
This diff is collapsed.
Click to expand it.
chatroom.php
+
1
−
1
View file @
869ec20a
...
...
@@ -67,7 +67,7 @@
<footer>
<div
class=
"content-wrapper"
>
<div
class=
"float-left"
>
<p>
©
2013 / 2015 - Siickchat
<?php
echo
MYCRYPTOCHAT_VERSION
;
?>
(a fork of MyCryptoChat by HowTommy.net)
</p>
<p
style=
"color: white"
>
©
2013 / 2015 - Siickchat
<?php
echo
MYCRYPTOCHAT_VERSION
;
?>
(a fork of MyCryptoChat by HowTommy.net)
</p>
</div>
</div>
</footer>
...
...
This diff is collapsed.
Click to expand it.
index.php
+
1
−
1
View file @
869ec20a
...
...
@@ -165,7 +165,7 @@
<footer>
<div
class=
"content-wrapper"
>
<div
class=
"float-left"
>
<p>
©
2013 /
<?php
echo
date
(
"Y"
);
?>
- Siickchat
<?php
echo
MYCRYPTOCHAT_VERSION
;
?>
(a fork of
<a
href=
"https://github.com/HowTommy/mycryptochat"
target=
"_blank"
>
MyCryptoChat
</a>
by HowTommy.net)
</p>
<p
style=
"color: white"
>
©
2013 /
<?php
echo
date
(
"Y"
);
?>
- Siickchat
<?php
echo
MYCRYPTOCHAT_VERSION
;
?>
(a fork of
<a
href=
"https://github.com/HowTommy/mycryptochat"
target=
"_blank"
>
MyCryptoChat
</a>
by HowTommy.net)
</p>
</div>
</div>
</footer>
...
...
This diff is collapsed.
Click to expand it.
stats.php
+
1
−
1
View file @
869ec20a
...
...
@@ -54,7 +54,7 @@ $nbMessages = $dbManager->GetNbMessages();
<footer>
<div
class=
"content-wrapper"
>
<div
class=
"float-left"
>
<p>
©
2013 /
<?php
echo
date
(
"Y"
);
?>
- Siickchat
<?php
echo
MYCRYPTOCHAT_VERSION
;
?>
(a fork of MyCryptoChat by HowTommy.net)
</p>
<p
style=
"color: white"
>
©
2013 /
<?php
echo
date
(
"Y"
);
?>
- Siickchat
<?php
echo
MYCRYPTOCHAT_VERSION
;
?>
(a fork of MyCryptoChat by HowTommy.net)
</p>
</div>
</div>
</footer>
...
...
This diff is collapsed.
Click to expand it.
styles/myCryptoChat.css
+
0
−
1
View file @
869ec20a
...
...
@@ -704,7 +704,6 @@ tr.pager td {
}
footer
p
{
margin
:
0
color
:
white
;
}
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment