1
0
mirror of https://github.com/pattern-lab/patternlab-php.git synced 2025-01-17 22:29:12 +01:00

adding another saying

This commit is contained in:
Dave Olsen 2014-01-21 21:27:15 -05:00
parent d498044e8f
commit 56f6b660cd

View File

@ -138,7 +138,8 @@ class Generator extends Builder {
"be well, do good work, and keep in touch",
"you and i will meet again",
"may the sun shine, all day long",
"smile"
"smile",
"namaste"
);
if (isset($sayings[$randomNumber])) {
print $sayings[$randomNumber]."...\n";