Changeset 782 for trunk/plugins


Ignore:
Timestamp:
04/16/11 12:41:03 (13 months ago)
Author:
r2
Message:

копирайты

Location:
trunk/plugins
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • trunk/plugins/p_demo/plugin.php

    r458 r782  
    11<?php 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    213 
    314class p_demo extends cmsPlugin { 
  • trunk/plugins/p_fckeditor/plugin.php

    r458 r782  
    11<?php 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    213 
    314class p_fckeditor extends cmsPlugin { 
  • trunk/plugins/p_hidetext/plugin.php

    r525 r782  
    11<?php 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    213 
    314class p_hidetext extends cmsPlugin { 
  • trunk/plugins/p_loginza/plugin.php

    r703 r782  
    11<?php 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    213 
    314class p_loginza extends cmsPlugin { 
  • trunk/plugins/p_morecontent/plugin.php

    r489 r782  
    11<?php 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
     13 
    214class p_morecontent extends cmsPlugin { 
    315         
  • trunk/plugins/p_ping/plugin.php

    r551 r782  
    11<?php 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    213 
    314class p_ping extends cmsPlugin { 
  • trunk/plugins/p_usertab/plugin.php

    r458 r782  
    11<?php 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    213 
    314class p_usertab extends cmsPlugin { 
Note: See TracChangeset for help on using the changeset viewer.