Skip to content

Commit

Permalink
Fix #218
Browse files Browse the repository at this point in the history
`include` is Smarty's built in file inclusion directive; `tmplinclude` is our version which is skinning aware.
  • Loading branch information
barryo committed Jun 18, 2015
1 parent 033d533 commit 8772169
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/views/customer/overview-tabs/ports.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@

{foreach $cust->getVirtualInterfaces() as $vi}

{include file='customer/overview-tabs/ports/port.phtml'}
{tmplinclude file='customer/overview-tabs/ports/port.phtml'}

{/foreach}

0 comments on commit 8772169

Please sign in to comment.