Changeset 2788850
- Timestamp:
- 09/22/2022 06:08:23 PM (4 years ago)
- File:
-
- 1 edited
-
ldd-directory-lite/trunk/includes/listings.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ldd-directory-lite/trunk/includes/listings.php
r2736622 r2788850 65 65 /** 66 66 * This outputs custom CSS to the <head> if and only if there are changes to the defaults. 67 *depricated 67 68 */ 68 69 function ldl_customize_appearance() { … … 103 104 104 105 if ($css) { 105 echo '<style media="all">' . $css . '</style>';106 // echo '<style media="all">' . $css . '</style>'; 106 107 } 107 108
Note: See TracChangeset
for help on using the changeset viewer.