O
O
Ockonal2015-02-26 00:31:17
PHP
Ockonal, 2015-02-26 00:31:17

How to display the plugin block on the main page?

Hello, there is a plugin for livestreet, which has the following line in the config:

Config::Set('router.page.test', 'PluginSome_ActionLogic');

As a result, when I follow the link to the test page, I get a block from the plugin. The template for this ActionLogic looks like this:
{include file='header.tpl'}

<div id="FeedWrapper">
  {include file="$sTemplatePath/data.tpl"}
</div>
  
{assign var="noSidebar" value=true}
{include file='footer.tpl'}

As a result, the data is filled into this div. I need to display this FeedWrapper on the index page of the entire site under pagination. I can't figure out how to display data from the plugin on the main page using all this.

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question