source: trunk/www.guidonia.net/wp/wp-content/plugins/wordpress-mobile-edition/carrington-mobile-1.0.2/css/README.txt@ 44

Last change on this file since 44 was 44, checked in by luciano, 14 years ago
File size: 443 bytes
Line 
1## css/
2
3Organizational folder for holding theme image files. You can reference these files using the built-in WordPress `bloginfo()` function like so:
4
5 <link rel="stylesheet" type="text/css"
6 href="<?php bloginfo('template_directory'); ?>/css/base.css" />
7
8This directory is not used by the Carrington engine (template naming conventions are not supported), it is provided solely for convenience and for better organization of these files.
Note: See TracBrowser for help on using the repository browser.