This looks fine to me, it should be working. Make sure you're seeing
error messages (if any), so access it via your dev front controller.

On Tue, Apr 5, 2011 at 08:55, Laxmi <laxmipsa...@gmail.com> wrote:
> in the layout i added
>
> include_slot('footer');
>
> This is what I added in footersuccess.php which in home module
>
> <?php slot('footer');?>
>           <a class="footer_link" href="">About</a>
>           <a class="footer_link" href="">Contact</a>
>           <a class="footer_link" href="">Support</a>
>           <a class="footer_link" href="">Terms of Use</a>
>           <a class="footer_link" href="">Privacy Policy</a>
>           <a class="footer_link" href="">Company</a>
> <?php end_slot();?>
>
> Thanks for your reply
>
> On Apr 4, 11:51 pm, Gábor Fási <maerl...@gmail.com> wrote:
>> This should be working. Show us the relevant parts of both files.
>>
>> On Tue, Apr 5, 2011 at 03:34, Laxmi <laxmipsa...@gmail.com> wrote:
>> > I tried to include footer below  <?php  echo "$sf_content" ?> using
>> > include_slot('footer'), Where i defined slot in a module called home/
>> > indexsuccess.php. but i did not get any out put. please let me know
>> > where i am doing mistake .
>>
>> > Thanks
>>
>> > --
>> > If you want to report a vulnerability issue on symfony, please send it to 
>> > security at symfony-project.com
>>
>> > You received this message because you are subscribed to the Google
>> > Groups "symfony users" group.
>> > To post to this group, send email to symfony-users@googlegroups.com
>> > To unsubscribe from this group, send email to
>> > symfony-users+unsubscr...@googlegroups.com
>> > For more options, visit this group at
>> >http://groups.google.com/group/symfony-users?hl=en
>
> --
> If you want to report a vulnerability issue on symfony, please send it to 
> security at symfony-project.com
>
> You received this message because you are subscribed to the Google
> Groups "symfony users" group.
> To post to this group, send email to symfony-users@googlegroups.com
> To unsubscribe from this group, send email to
> symfony-users+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/symfony-users?hl=en
>

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups "symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en

Reply via email to