Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Adrien Dorsaz
freshrss.org
Commits
b429ecce
Commit
b429ecce
authored
Dec 18, 2014
by
Marien Fressinaud
Browse files
Keep the old repository for flattr
parent
5a8d8ccd
Changes
1
Hide whitespace changes
Inline
Side-by-side
index.php
View file @
b429ecce
<?php
define
(
'FRESHRSS_REPOSITORY'
,
'https://github.com/FreshRSS/FreshRSS'
);
define
(
'FRESHRSS_FLATTR_REPOSITORY'
,
'https://github.com/marienfressinaud/FreshRSS'
);
?>
<!doctype html>
<!--[if lte IE 7]> <html class="no-js ie67 ie678" lang="en"> <![endif]-->
...
...
@@ -29,7 +30,7 @@ define('FRESHRSS_REPOSITORY', 'https://github.com/FreshRSS/FreshRSS');
</div>
<div
class=
"mod support"
>
<p>
You are awesome!
</p>
<p><a
class=
"FlattrButton"
href=
"
<?php
echo
FRESHRSS_REPOSITORY
?>
"
>
Flattr it!
</a></p>
<p><a
class=
"FlattrButton"
href=
"
<?php
echo
FRESHRSS_
FLATTR_
REPOSITORY
?>
"
>
Flattr it!
</a></p>
</div>
</div>
</header>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment