Subversion Repositories SmartDukaan

Rev

Rev 12345 | Blame | Compare with Previous | Last modification | View Log | RSS feed

<?php
/**
 * @link          http://cakephp.org CakePHP(tm) Project
 * @package       app.View.Pages
 * @since         CakePHP(tm) v 0.10.0.1076
 */

/*if (!Configure::read('debug')):
        throw new NotFoundException();
endif;*/

App::uses('Debugger', 'Utility');
?>
<div id="push"></div>
<div class="container">
  <!-- Main hero unit for a primary marketing message or call to action -->
  <div class="hero-unit">
    <h1>Saholic internal system</h1>
    <p>This is an internal portal from where you can manage newsletters.</p>
    <p><a class="btn btn-primary btn-large" href="<?php echo $base_url;?>/users/login">Login ยป</a></p>
  </div>
</div>