Skip to content

Instantly share code, notes, and snippets.

@bakura10
Created September 3, 2012 15:28
Show Gist options
  • Save bakura10/3610077 to your computer and use it in GitHub Desktop.
Save bakura10/3610077 to your computer and use it in GitHub Desktop.
// Dans ton layout :
<?php echo $this->placeholder('widget'); ?>
// Dans un hypothétique fichier Messagerie/view/messagerie/widget.phtml :
<?php $this->placeholder('widget')->captureStart(); ?>
<h1>Mon widget<h1>
<?php echo 'Salut'; ?>
<?php $this->placeholder('widget')->captureEnd(); ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment