Skip to content

Commit

Permalink
updated to official version 1.0.1
Browse files Browse the repository at this point in the history
Updated version of current release from v2 to official version 1.0.1
(following this patch). More appropriate favicon added.
  • Loading branch information
donjakobo committed Jan 12, 2014
1 parent 6697788 commit 2d79aa3
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 9 deletions.
5 changes: 5 additions & 0 deletions a3m_database.sql
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,11 @@ CREATE TABLE IF NOT EXISTS `a3m_rel_account_role` (
PRIMARY KEY (`account_id`,`role_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

--
-- Adding default user as admin `a3m_acl_role`
--

INSERT INTO `a3m_rel_account_role` (`account_id`, `role_id`) VALUES (1, 1);

-- --------------------------------------------------------

Expand Down
19 changes: 10 additions & 9 deletions application/views/home.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,21 @@
<!-- Main hero unit for a primary marketing message or call to action -->
<div class="hero-unit" style="position: relative;">
<div class="ribbon-wrapper-green">
<div class="ribbon-green">v2.0.1</div>
<div class="ribbon-green">v1.0.1</div>
</div>

<h1>Welcome to <?php echo lang('website_title'); ?></h1>

<p>This is the homepage for your web-app. You can use this as a starting point for creating with A3M and building the rest of your site.

<p>
This is the homepage for your web-app. You can use this as a starting point for creating with A3M and building the rest of your site.
If you like this project, please help contribute with <b>bug fixes &amp; enhancements</b> on <a href="https://github.com/donjakobo/A3M">GitHub</a>.
</p>

<p><a class="btn btn-primary btn-large pull-right" href="https://github.com/donjakobo/A3M"><i class="icon-wrench icon-white"></i> Fork it &raquo;
</a>
<a class="btn btn-primary btn-large pull-right" href="http://stackoverflow.com/questions/tagged/codeigniter-a3m"><i class="icon-comment icon-white"></i> Have questions? &raquo;
</a></p>
<p class="pull-right clearfix">
<a class="btn btn-info" href="https://github.com/donjakobo/A3M/wiki"><i class="icon-info-sign icon-white"></i> Wiki</a>&nbsp;
<a class="btn btn-primary" href="http://stackoverflow.com/questions/tagged/codeigniter-a3m"><i class="icon-comment icon-white"></i> Have questions?</a>&nbsp;
<a class="btn btn-danger" href="https://github.com/donjakobo/A3M"><i class="icon-wrench icon-white"></i> Fork it &raquo;</a>
</p>
</div>

</div>
Expand Down Expand Up @@ -96,8 +97,8 @@
<a class="pull-left" href="#"><img class="media-object" data-src="holder.js/64x64"></a>

<div class="media-body">
<h4 class="media-heading">Twitter Bootstrap
<small><a href="http://twitter.github.com/bootstrap/" title="Go-to Bootstrap site"><i class="icon-share"></i></a></small>
<h4 class="media-heading">Twitter Bootstrap v2.3.2
<small><a href="http://getbootstrap.com/2.3.2/" title="Go-to Bootstrap site"><i class="icon-share"></i></a></small>
</h4>
<code>/<?php echo RES_DIR?>/bootstrap/</code>
</div>
Expand Down
Binary file modified favicon.ico
Binary file not shown.

0 comments on commit 2d79aa3

Please sign in to comment.