Skip to content

Commit

Permalink
added settings link and updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
amiyasahu committed Oct 7, 2015
1 parent d0ab644 commit 9d48f5c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion qa-theme/Donut-theme/qa-styles.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
Theme Name: Donut
Theme URI: https://github.com/amiyasahu/Donut/
Theme Version: 1.4.0
Theme Version: 1.6.0
Theme Date: 2014-11-13
Theme Author: Amiya Sahu
Theme Author URI: http://www.amiyasahu.com/
Expand Down
4 changes: 2 additions & 2 deletions qa-theme/Donut-theme/qa-theme.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
/**
* define the version of the theme that is installed
*/
@define( 'DONUT_THEME_VERSION', "1.4.0" );
@define( 'DONUT_THEME_VERSION', "1.6.0" );

/**
* include the required files for the theme
Expand All @@ -34,4 +34,4 @@
/**
* Declaring global variables for caching the userdata
*/
$donut_userid_and_levels = array();
$donut_userid_and_levels = array();
8 changes: 7 additions & 1 deletion qa-theme/Donut-theme/templates/user-loggedin-drop-down.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@
<?php echo qa_lang_html( 'main/nav_admin' ); ?>
</a>
</li>
<li>
<a href="<?php echo qa_path_html( 'admin/donut-theme/general-settings' ) ?>">
<span class="fa fa-wrench"></span>
<?php echo donut_lang( 'donut_theme_settings' ); ?>
</a>
</li>
<li class="dropdown-header">Profile Section</li>
<?php endif ?>
<li>
Expand Down Expand Up @@ -76,4 +82,4 @@
<?php endif; ?>
</ul>
</li>
</ul>
</ul>

0 comments on commit 9d48f5c

Please sign in to comment.