Changeset 1028
- Timestamp:
- 02/07/2009 06:45:12 AM (17 years ago)
- Location:
- trunk/buddypress-theme/buddypress-home/css
- Files:
-
- 1 added
- 1 deleted
- 2 edited
-
custom-sample.css (modified) (1 diff)
-
loader.php (modified) (2 diffs)
-
site-wide-sample.css (added)
-
site-wide.css (deleted)
Legend:
- Unmodified
- Added
- Removed
-
trunk/buddypress-theme/buddypress-home/css/custom-sample.css
r727 r1028 1 1 /* 2 Rename this file to "custom.css" then add yourcustomizations here.3 This will keep your CSS modifications preserved across theme updates.2 Rename this file to "custom.css" then add your home blog theme customizations here. 3 This will keep your CSS modifications preserved across theme updates. 4 4 */ -
trunk/buddypress-theme/buddypress-home/css/loader.php
r727 r1028 1 1 <?php 2 /* Load the WP environment */ 3 require_once( preg_replace('%(.*)[/\\\\]wp-content[/\\\\].*%', '\1', $_SERVER['SCRIPT_FILENAME'] ) . '/wp-load.php' ); 4 2 5 /* Set the content type to CSS */ 3 6 header('Content-type: text/css'); … … 10 13 if ( file_exists('custom.css') ) 11 14 echo "@import url(custom.css);\n"; 15 16 do_action( 'bp_custom_home_styles' ); 12 17 ?>
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)