| 1 | 1 |
deleted file mode 100644 |
| ... | ... |
@@ -1,36 +0,0 @@ |
| 1 |
-<?php |
|
| 2 |
-// ---------------------------------------------------------------------- |
|
| 3 |
-// Copyright (c) 2007 by Tammy Keefer |
|
| 4 |
-// Also Like Module developed for eFiction 3.0 |
|
| 5 |
-// // http://efiction.hugosnebula.com/ |
|
| 6 |
-// ---------------------------------------------------------------------- |
|
| 7 |
-// LICENSE |
|
| 8 |
-// |
|
| 9 |
-// This program is free software; you can redistribute it and/or |
|
| 10 |
-// modify it under the terms of the GNU General Public License (GPL) |
|
| 11 |
-// as published by the Free Software Foundation; either version 2 |
|
| 12 |
-// of the License, or (at your option) any later version. |
|
| 13 |
-// |
|
| 14 |
-// This program is distributed in the hope that it will be useful, |
|
| 15 |
-// but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
| 16 |
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
| 17 |
-// GNU General Public License for more details. |
|
| 18 |
-// |
|
| 19 |
-// To read the license please visit http://www.gnu.org/copyleft/gpl.html |
|
| 20 |
-// ---------------------------------------------------------------------- |
|
| 21 |
-if(!defined("_CHARSET")) exit( );
|
|
| 22 |
- |
|
| 23 |
-define("_SE_FAVOF", "This story is a favorite of %d members.");
|
|
| 24 |
-define("_SE_ALSOLIKE", "Members who liked %1\$s also liked <a href='"._BASEDIR."browse.php?type=alsolike&sid=%2\$d'>%3\$d other stories</a>.");
|
|
| 25 |
-define("_SE_BROWSE", "Members who liked %s also liked these stories.");
|
|
| 26 |
-define("_THEEND", "The End.");
|
|
| 27 |
-define("_THEENDMAYBE", "To Be Continued...");
|
|
| 28 |
-define("_AUTHORCOUNT", "%s is the author of %d other stories.");
|
|
| 29 |
-define("_AL_BROWSE", "Members who liked %s also liked");
|
|
| 30 |
-define("_SE_INSERIES", "This story is part of the series, %s.");
|
|
| 31 |
-define("_SE_SERIES_PREVST", "The previous story in the series is %s.");
|
|
| 32 |
-define("_SE_SERIES_NEXTST", "The next story in the series is %s.");
|
|
| 33 |
-define("_SE_SERIES_PREVSE", "The previous series of stories in this series is %s.");
|
|
| 34 |
-define("_SE_SERIES_NEXTSE", "The next series of stories in this series is %s.");
|
|
| 35 |
- |
|
| 36 |
-?> |
|
| 37 | 0 |
\ No newline at end of file |
| 1 | 1 |
new file mode 100644 |
| ... | ... |
@@ -0,0 +1,36 @@ |
| 1 |
+<?php |
|
| 2 |
+// ---------------------------------------------------------------------- |
|
| 3 |
+// Copyright (c) 2007 by Tammy Keefer |
|
| 4 |
+// Also Like Module developed for eFiction 3.0 |
|
| 5 |
+// // http://efiction.hugosnebula.com/ |
|
| 6 |
+// ---------------------------------------------------------------------- |
|
| 7 |
+// LICENSE |
|
| 8 |
+// |
|
| 9 |
+// This program is free software; you can redistribute it and/or |
|
| 10 |
+// modify it under the terms of the GNU General Public License (GPL) |
|
| 11 |
+// as published by the Free Software Foundation; either version 2 |
|
| 12 |
+// of the License, or (at your option) any later version. |
|
| 13 |
+// |
|
| 14 |
+// This program is distributed in the hope that it will be useful, |
|
| 15 |
+// but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
| 16 |
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
| 17 |
+// GNU General Public License for more details. |
|
| 18 |
+// |
|
| 19 |
+// To read the license please visit http://www.gnu.org/copyleft/gpl.html |
|
| 20 |
+// ---------------------------------------------------------------------- |
|
| 21 |
+if(!defined("_CHARSET")) exit( );
|
|
| 22 |
+ |
|
| 23 |
+define("_SE_FAVOF", "This story is a favorite of %d members.");
|
|
| 24 |
+define("_SE_ALSOLIKE", "Members who liked %1\$s also liked <a href='"._BASEDIR."browse.php?type=alsolike&sid=%2\$d'>%3\$d other stories</a>.");
|
|
| 25 |
+define("_SE_BROWSE", "Members who liked %s also liked these stories.");
|
|
| 26 |
+define("_THEEND", "The End.");
|
|
| 27 |
+define("_THEENDMAYBE", "To Be Continued...");
|
|
| 28 |
+define("_AUTHORCOUNT", "%s is the author of %d other stories.");
|
|
| 29 |
+define("_AL_BROWSE", "Members who liked %s also liked");
|
|
| 30 |
+define("_SE_INSERIES", "This story is part of the series, %s.");
|
|
| 31 |
+define("_SE_SERIES_PREVST", "The previous story in the series is %s.");
|
|
| 32 |
+define("_SE_SERIES_NEXTST", "The next story in the series is %s.");
|
|
| 33 |
+define("_SE_SERIES_PREVSE", "The previous series of stories in this series is %s.");
|
|
| 34 |
+define("_SE_SERIES_NEXTSE", "The next series of stories in this series is %s.");
|
|
| 35 |
+ |
|
| 36 |
+?> |
|
| 0 | 37 |
\ No newline at end of file |