Changeset 1079583
- Timestamp:
- 01/31/2015 02:28:11 PM (11 years ago)
- Location:
- clients
- Files:
-
- 4 edited
-
tags/1.0.1/includes/ct-admin.php (modified) (1 diff)
-
tags/1.0.1/includes/ct-data.php (modified) (1 diff)
-
trunk/includes/ct-admin.php (modified) (1 diff)
-
trunk/includes/ct-data.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
clients/tags/1.0.1/includes/ct-admin.php
r1079578 r1079583 68 68 if (!is_admin()) 69 69 { 70 wp_enqueue_style( 'ct-css', plugins_url( 'clients/assets/css/ct.css' ), array(), FR_VERSION, 'all' );70 wp_enqueue_style( 'ct-css', plugins_url( 'clients/assets/css/ct.css' ), array(), CT_VERSION, 'all' ); 71 71 } 72 72 } -
clients/tags/1.0.1/includes/ct-data.php
r1079578 r1079583 27 27 if($Config['category'] != CT_SHRT_CATEGORY) 28 28 { 29 $Query .= " AND category = ".$Config['category'];29 $Query .= " AND category = '".$Config['category']."'"; 30 30 } 31 31 -
clients/trunk/includes/ct-admin.php
r1079578 r1079583 68 68 if (!is_admin()) 69 69 { 70 wp_enqueue_style( 'ct-css', plugins_url( 'clients/assets/css/ct.css' ), array(), FR_VERSION, 'all' );70 wp_enqueue_style( 'ct-css', plugins_url( 'clients/assets/css/ct.css' ), array(), CT_VERSION, 'all' ); 71 71 } 72 72 } -
clients/trunk/includes/ct-data.php
r1079578 r1079583 27 27 if($Config['category'] != CT_SHRT_CATEGORY) 28 28 { 29 $Query .= " AND category = ".$Config['category'];29 $Query .= " AND category = '".$Config['category']."'"; 30 30 } 31 31
Note: See TracChangeset
for help on using the changeset viewer.