some code cleanup and simplification in mod_like

This commit is contained in:
zotlabs
2018-01-23 20:03:17 -08:00
parent 5d4110375a
commit 304085606f
2 changed files with 42 additions and 40 deletions

View File

@@ -66,6 +66,7 @@ define ( 'PROJECT_BASE', __DIR__ );
* This can be used in HTML and JavaScript where needed a line break.
*/
define ( 'EOL', '<br>' . "\r\n" );
define ( 'EMPTY_STR', '' );
define ( 'ATOM_TIME', 'Y-m-d\\TH:i:s\\Z' ); // aka ISO 8601 "Zulu"
define ( 'TEMPLATE_BUILD_PATH', 'store/[data]/smarty3' );