Changeset 1286677
- Timestamp:
- 11/15/2015 05:33:18 PM (10 years ago)
- Location:
- my-custom-css
- Files:
-
- 12 edited
-
tags/2.6/editor/index.html (modified) (1 diff)
-
tags/2.6/editor/snippets/index.html (modified) (1 diff)
-
tags/2.6/editor/textresizer/index.html (modified) (1 diff)
-
tags/2.6/index.html (modified) (1 diff)
-
tags/2.6/lang/index.html (modified) (1 diff)
-
tags/2.6/my-custom-css.php (modified) (5 diffs)
-
tags/2.6/readme.txt (modified) (2 diffs)
-
trunk/editor/index.html (modified) (1 diff)
-
trunk/editor/snippets/index.html (modified) (1 diff)
-
trunk/editor/textresizer/index.html (modified) (1 diff)
-
trunk/index.html (modified) (1 diff)
-
trunk/lang/index.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
my-custom-css/tags/2.6/editor/index.html
r1286562 r1286677 1 <!-- Prevent Directory Listing : http://www.darkwolf.it/-->1 <!-- Prevent Directory Listing --> -
my-custom-css/tags/2.6/editor/snippets/index.html
r1286562 r1286677 1 <!-- Prevent Directory Listing : http://www.darkwolf.it/-->1 <!-- Prevent Directory Listing --> -
my-custom-css/tags/2.6/editor/textresizer/index.html
r1286562 r1286677 1 <!-- Prevent Directory Listing : http://www.darkwolf.it/-->1 <!-- Prevent Directory Listing --> -
my-custom-css/tags/2.6/index.html
r676365 r1286677 1 <!-- Prevent Directory Listing : http://www.darkwolf.it/-->1 <!-- Prevent Directory Listing --> -
my-custom-css/tags/2.6/lang/index.html
r676365 r1286677 1 <!-- Prevent Directory Listing : http://www.darkwolf.it/-->1 <!-- Prevent Directory Listing --> -
my-custom-css/tags/2.6/my-custom-css.php
r1286674 r1286677 7 7 You can see in action (source code) here: <a href="http://vegamami.altervista.org/">VegAmami</a> :) 8 8 PS: support file backup and - very important - static css file (fantastic for performance) ;) 9 Author: Salvatore Noschese - DarkWolf9 Author: Salvatore Noschese - L'AltroWeb 10 10 Version: 2.6 11 11 Author URI: https://laltroweb.it/ … … 44 44 else if(!file_exists(mystylecss_basedir()."/my_custom_css/index.html") || !file_exists(mystylecss_basedir()."/my_custom_css/bkk/index.html")) 45 45 { 46 file_put_contents(mystylecss_basedir()."/my_custom_css/index.html", "<!-- Blank index.html to prevent listing directory-->");47 file_put_contents(mystylecss_basedir()."/my_custom_css/bkk/index.html", "<!-- Blank index.html to prevent listing directory-->");46 file_put_contents(mystylecss_basedir()."/my_custom_css/index.html", "<!-- Prevent Directory Listing -->"); 47 file_put_contents(mystylecss_basedir()."/my_custom_css/bkk/index.html", "<!-- Prevent Directory Listing -->"); 48 48 } 49 49 … … 84 84 { 85 85 // Write in source! 86 echo "\n<!-- My Custom CSS -->\n<link rel='stylesheet' id='m y-custom-css' href='".css_url()."?".@filemtime(css_path())."' type='text/css' media='all' />\n<!-- My Custom CSS -->\n";86 echo "\n<!-- My Custom CSS -->\n<link rel='stylesheet' id='mccss_stylesheet' href='".css_url()."?".@filemtime(css_path())."' type='text/css' media='all' />\n<!-- My Custom CSS -->\n"; 87 87 } 88 88 } … … 90 90 function makecss() 91 91 { 92 $makecss = file_put_contents(css_path(), "/********* Do not edit this file *********/\n/*\nMy Custom CSS - Maked by Salvatore Noschese\na.k.a. DarkWolf - http://www://darkwolf.it/\n*/\n/********* Do not edit this file *********/\n\n".mycustomcss());92 $makecss = file_put_contents(css_path(), "/********* Do not edit this file *********/\n/*\nMy Custom CSS - Maked by Salvatore Noschese\na.k.a. L'altroWeb - https://laltroweb.it/\n*/\n/********* Do not edit this file *********/\n\n".mycustomcss()); 93 93 return $makecss; 94 94 } … … 458 458 } 459 459 echo ' 460 <!-- Smooth Scroll by DarkWolf-->460 <!-- Smooth Scroll --> 461 461 <a href="#" class="scrollup">▲</a> 462 <!-- Smooth Scroll by DarkWolf-->462 <!-- Smooth Scroll --> 463 463 </div>'; 464 464 -
my-custom-css/tags/2.6/readme.txt
r1286574 r1286677 1 1 === My Custom CSS === 2 Contributors: DarkWolf2 Contributors: Salvatore Noschese (L'AltroWeb) 3 3 Donate link: https://www.paypal.me/SalvatoreN 4 Tags: css, style, custom, theme, plugin, stylesheet, darkwolf, ace, cloud9 editor4 Tags: css, style, custom, theme, plugin, stylesheet, darkwolf, laltroweb, ace, cloud9 editor 5 5 Requires at least: 3.0 6 6 Tested up to: 4.3.1 … … 12 12 == Description == 13 13 14 Maked by Salvatore Noschese (DarkWolf): https://laltroweb.it/14 Maked by Salvatore Noschese: https://laltroweb.it/ 15 15 16 16 With this plugin you can put custom css code without edit your theme and/or your plugins (really useful in case of any theme/plugin update). -
my-custom-css/trunk/editor/index.html
r1286435 r1286677 1 <!-- Prevent Directory Listing : http://www.darkwolf.it/-->1 <!-- Prevent Directory Listing --> -
my-custom-css/trunk/editor/snippets/index.html
r1286435 r1286677 1 <!-- Prevent Directory Listing : http://www.darkwolf.it/-->1 <!-- Prevent Directory Listing --> -
my-custom-css/trunk/editor/textresizer/index.html
r1286435 r1286677 1 <!-- Prevent Directory Listing : http://www.darkwolf.it/-->1 <!-- Prevent Directory Listing --> -
my-custom-css/trunk/index.html
r454789 r1286677 1 <!-- Prevent Directory Listing : http://www.darkwolf.it/-->1 <!-- Prevent Directory Listing --> -
my-custom-css/trunk/lang/index.html
r454789 r1286677 1 <!-- Prevent Directory Listing : http://www.darkwolf.it/-->1 <!-- Prevent Directory Listing -->
Note: See TracChangeset
for help on using the changeset viewer.