Add analytics
[bus.git] / busui / owa / modules / base / templates / install_start.tpl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<div id="panel">

	<h2>Welcome to the Installer!</h2>
	
	<P>The next few screens will guide you through installing the Open Web Analytics framework. If at any time you
	need help, please consult the <a href=<?php echo $this->config['wiki_url'];?>>OWA Wiki</a>.</P>
	<BR>
	<p>
		<a href="<?php echo $this->makeLink(array('action' => 'base.installCheckEnv'));?>"><span class="owa-button">Let's Get Started...</span></a>
	</p>
	
	
	
</div>