Example #1
0
 public function indexAction()
 {
     $this->view->Version = Saros_Version::getVersion();
 }
Example #2
0
				</div>
			</div>

			<div id="usersonpage">
				<a id="showlessonline">Show Less</a>
				<?php 
/*
foreach($this->UsersOnPage as $index => $user)
{
	$comma = "";
	if ($index != $totalUsers-1)
	{
		$comma = ", ";
	}
	echo $user.$comma;
}
*/
?>
			</div>
		</div>
		<div id="copyright">
			Powered By WhiteBoard & SarosFramework<span id="version"><?php 
echo Saros_Version::getVersion();
?>
</span><br />
			&copy; <a href="http://www.sarosoftware.com">SaroSoftware</a><br />
			All Rights Reserved
		</div>
	</div>
</body>
</html>