For Programmers: Free Programming Magazines  


Home > Archive > PHP Smarty Templates > December 2006 > include_block









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author include_block
Paul Pogonyshev

2006-12-21, 7:08 pm

Hi,

I'd like to propose a block tag `include_block'. It would work just
like `include', but would additionally bind contents of the block to
some reasonable name, e.g. $contents or $block. Name could also be
specified by optional argument, but that might be an overkill.

For instance,

{include_block file="my-cute-side-block"}
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do
eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut
enim ad minim veniam, quis nostrud exercitation ullamco laboris
nisi ut aliquip ex ea commodo consequat.
{/include_block}

And in file `my-cute-side-block':

<div style="float: right; padding: 1ex;">
$contents
</div>

Does that sound reasonable? Or is it already possible with other
tag?

Paul
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com