';
- $element .= '';
- $element .= '
';
- $element .= '
';
- $element .= '- ' . self::projectPlots(99,100) . '
';
- $element .= '
';
- $element .= '
';
- $element .= '
Next Turn';
-
- $element .= '
';
- $element .= '
';
- $element .= '';
-
- if(isset($element)){
- echo $element;
- } else {
- echo Messenger\Message::render('error','Could not load ' . $elementName);
- }
- }
-
- protected function projectPlots($maxPlots, $totalPlots)
- {
- $availablePlots = 'There are ' . $maxPlots . '/' . $totalPlots . ' plots to build on';
- return $availablePlots;
- }
-
-}
\ No newline at end of file
diff --git a/app/views/Stats.php b/app/views/Stats.php
deleted file mode 100644
index 2611c82..0000000
--- a/app/views/Stats.php
+++ /dev/null
@@ -1,47 +0,0 @@
-';
- echo '