Добавлен перехват главной страницы
Исправлен перехват и подмена страницы с контентом
Доработаны templates файлы

Позволяет использовать вызов вида
$content = custompage_delegate( 'regions-dfo', TRUE );
Позволяет выполнять полную подмену контента с использованием раннее определенного URL в настройках custompage.

Добавлена возможность распознания параметров в пути (path).
Пример:
some_page/%node/order/%user
%node - Пудет заменен на объект $node
%user - Будет заменен на объект $user
Данная возможность проверялась только с именованными переменными.

******

Added interception of the home page
Fixed an interception and substitution of page content
Finalized templates files

Allows you to use the call type
$ content = custompage_delegate ('regions-dfo', TRUE);
Can perform a full substitute for content using a URL in the early setting custompage.

Added the ability to recognize options in the way (path).
Example:
some_page /% node / order /% user
% node - Pudet replaced by the $ node object
% user - will be replaced by the $ user object
This possibility was tested only with named variables.

CommentFileSizeAuthor
custompage.zip49.9 KBmdinc_org