Author: Jonathan.Wage
Date: 2010-01-18 05:21:42 +0100 (Mon, 18 Jan 2010)
New Revision: 26801
Modified:
plugins/sfSympalPlugin/trunk/lib/plugins/sfSympalFrontendEditorPlugin/modules/sympal_editor/templates/linksSuccess.php
Log:
[1.4][sfSympalPlugin][1.0] Fixing issue with links panel
Modified:
plugins/sfSympalPlugin/trunk/lib/plugins/sfSympalFrontendEditorPlugin/modules/sympal_editor/templates/linksSuccess.php
===================================================================
---
plugins/sfSympalPlugin/trunk/lib/plugins/sfSympalFrontendEditorPlugin/modules/sympal_editor/templates/linksSuccess.php
2010-01-18 04:19:09 UTC (rev 26800)
+++
plugins/sfSympalPlugin/trunk/lib/plugins/sfSympalFrontendEditorPlugin/modules/sympal_editor/templates/linksSuccess.php
2010-01-18 04:21:42 UTC (rev 26801)
@@ -39,7 +39,7 @@
<?php if ($menuItem && $parentMenuNode =
sfSympalMenuSiteManager::getMenu('primary')->findMenuItem($menuItem)->getParent()):
?>
<li>
<?php echo image_tag('/sfSympalPlugin/images/folder.png') ?>
- <?php echo link_to($parentMenuNode->getMenuItem()->getLabel(),
$parentMenuNode->getMenuItem()->getItemRoute()) ?>
+ <?php echo link_to($parentMenuNode->getLabel(),
$parentMenuNode->getRoute()) ?>
</li>
<?php endif; ?>
--
You received this message because you are subscribed to the Google Groups
"symfony SVN" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/symfony-svn?hl=en.