Skip to content

Commit

Permalink
Plugin system - template fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurHoaro committed Jul 25, 2015
1 parent ddb4131 commit 403746d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion application/Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ public function load($authorizedPlugins)
* @param string $hook name of the hook to trigger.
* @param array $data list of data to manipulate passed by reference.
* @param array $params additional parameters such as page target.
*
*
* @return void
*/
public function executeHooks($hook, &$data, $params = array())
Expand Down
4 changes: 2 additions & 2 deletions tpl/tagcloud.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<body>
<div id="pageheader">{include="page.header"}</div>
<div class="center">
<div id="plugin_zone_start_picwall" class="plugin_zone">
<div id="plugin_zone_start_tagcloud" class="plugin_zone">
{loop="$plugin_start_zone"}
{$value}
{/loop}
Expand All @@ -20,7 +20,7 @@
{/loop}
</div>

<div id="plugin_zone_end_picwall" class="plugin_zone">
<div id="plugin_zone_end_tagcloud" class="plugin_zone">
{loop="$plugin_end_zone"}
{$value}
{/loop}
Expand Down

0 comments on commit 403746d

Please sign in to comment.