Skip to content

Commit

Permalink
v2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
naja7host committed May 31, 2015
1 parent 658f2fd commit 0fc4548
Show file tree
Hide file tree
Showing 41 changed files with 11,266 additions and 422 deletions.
4 changes: 2 additions & 2 deletions admin-theme.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ function core_head() {
$headerstyle ='
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Bootstrap -->
<link href="'.THEME_ABS.'css/bootstrap.min.css" rel="stylesheet" media="screen">
<link href="'.THEME_ABS.'css/bootstrap.css" rel="stylesheet" media="screen">
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
Expand All @@ -30,7 +30,7 @@ function core_head() {

if(defined("TEXTDIRECTION")){
$headerstyle .= '
<link href="'.THEME_ABS.'css/'.TEXTDIRECTION.'bootstrap.min.css" rel="stylesheet" media="screen">
<link href="'.THEME_ABS.'css/'.TEXTDIRECTION.'bootstrap.css" rel="stylesheet" media="screen">
<link href="'.THEME_ABS.'css/admin/'.TEXTDIRECTION.'.css" rel="stylesheet" />';
}

Expand Down
36 changes: 36 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
v2.9
=======
* Updated Bootstrap v3.3.4
* Updtaed bootstrap-rtl version 3.3.2-rc1
* Updated jQuery v2.1.4
* Fix Slider Show Margin
* Added New Social Icons
* Added News Tickers
*

v2.8
=======
* Fix Video Display
* Use new Layout
* Add New Admin Sections (Ads , Categories , Custom Css Input ....)
* Added Ads in Left & Right Side

v2.7
=======
* Improuved Theme layout

v2.6
=======
* Rewrite Full Code

v2.5
=======
* Added Bootstrap + JQuery

v2.4
=======
* Added Admin Style

v2.0
=======
* First Release
16 changes: 0 additions & 16 deletions css/admin.css

This file was deleted.

Loading

0 comments on commit 0fc4548

Please sign in to comment.