Plugin Directory

Changeset 1317925


Ignore:
Timestamp:
12/29/2015 01:18:28 PM (10 years ago)
Author:
davidbrush
Message:

update plugin direcrory to orthodoxcalendarru

Location:
orthodoxcalendarru/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • orthodoxcalendarru/trunk/OrthodoxCalendarRU.php

    r1317409 r1317925  
    7575if (xmlHttpRU!=null)
    7676  {
    77   var par="' . WP_PLUGIN_URL . '/OrthodoxCalendarRU/OrthodoxCalenadrPRXRU.php";
     77  var par="' . WP_PLUGIN_URL . '/orthodoxcalendarru/OrthodoxCalenadrPRXRU.php";
    7878  par=par+"?month="+mm + "&today="+dd + "&year="+yy + "&dt="+dt + "&header="+hh + "&lives="+ll + "&trp="+tt + "&scripture="+ss;
    7979  par=par+"&sid="+Math.random();
     
    135135
    136136function add_Orthodox_Calendar_stylesheet_RU() {
    137     $myStyleUrl = WP_PLUGIN_URL . '/OrthodoxCalendarRU/OrthodoxCalendarRU.css';
    138     $myStyleFile = WP_PLUGIN_DIR . '/OrthodoxCalendarRU/OrthodoxCalendarRU.css';
     137    $myStyleUrl = WP_PLUGIN_URL . '/orthodoxcalendarru/OrthodoxCalendarRU.css';
     138    $myStyleFile = WP_PLUGIN_DIR . '/orthodoxcalendarru/OrthodoxCalendarRU.css';
    139139    if ( file_exists($myStyleFile) ) {
    140140        wp_register_style('myStyleSheets', $myStyleUrl);
  • orthodoxcalendarru/trunk/readme.txt

    r1317409 r1317925  
    1717
    18181. Загрузите и распакуйте zip-файл на свой компьютер.
    19 2. Скопируйте (Upload/FTP) всю папку OrthodoxCalendarRU в папку плагинов /httpdocs/blog/wp-content/plugins на блоге.
     192. Скопируйте (Upload/FTP) всю папку orthodoxcalendarru в папку плагинов /httpdocs/blog/wp-content/plugins на блоге.
    20203. Зайдите в административную панель блога, зайдите в консоль «Плагины», там увидите только что добавленный плагин "Православный календарь". Активируйте его.
    21214. Поместите виджет "Православный календарь" в боковую колонку.
Note: See TracChangeset for help on using the changeset viewer.