Skip to content

Commit

Permalink
some missed bake tag replacements
Browse files Browse the repository at this point in the history
  • Loading branch information
AD7six committed Nov 14, 2014
1 parent 5ddc1dd commit aa88cb7
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions src/Template/Bake/Template/index.ctp
Expand Up @@ -95,14 +95,10 @@ $fields = collection($fields)
</table>
<div class="paginator">
<ul class="pagination">
<%
echo "<%\n";
echo "\t\t\techo \$this->Paginator->prev('< ' . __('previous'));\n";
echo "\t\t\techo \$this->Paginator->numbers();\n";
echo "\t\t\techo \$this->Paginator->next(__('next') . ' >');\n";
echo "\t\t%>\n";
%>
<?= $this->Paginator->prev('< ' . __('previous')); ?>
<?= this->Paginator->numbers(); ?>
<?= $this->Paginator->next(__('next') . ' >'); ?>
</ul>
<p><%= "<%= \$this->Paginator->counter() %>"; %></p>
<p><?= $this->Paginator->counter(); ?></p>
</div>
</div>

0 comments on commit aa88cb7

Please sign in to comment.