Subversion Repositories SmartDukaan

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
12345 anikendra 1
<?php
2
/**
3
 * @link          http://cakephp.org CakePHP(tm) Project
4
 * @package       app.View.Pages
5
 * @since         CakePHP(tm) v 0.10.0.1076
6
 */
7
 
8
if (!Configure::read('debug')):
9
	throw new NotFoundException();
10
endif;
11
 
12
App::uses('Debugger', 'Utility');
13
?>
14
<div id="push"></div>
15
<div class="container">
16
  <!-- Main hero unit for a primary marketing message or call to action -->
17
  <div class="hero-unit">
18
    <h1>Saholic internal system</h1>
19
    <p>This is an internal portal from where you can manage newsletters.</p>
20
    <p><a class="btn btn-primary btn-large" href="<?php echo $base_url;?>/users/login">Login ยป</a></p>
21
  </div>
22
</div>