Author: jablko
Date: Sat Aug 29 15:56:16 2009
New Revision: 3120
Log:
Use public_path() instead of image_path() helper, to be more correct. Followup
to commit 3115
Modified:
trunk/apps/qubit/modules/informationobject/templates/showModsSuccess.php
Modified:
trunk/apps/qubit/modules/informationobject/templates/showModsSuccess.php
==============================================================================
--- trunk/apps/qubit/modules/informationobject/templates/showModsSuccess.php
Sat Aug 29 15:49:22 2009 (r3119)
+++ trunk/apps/qubit/modules/informationobject/templates/showModsSuccess.php
Sat Aug 29 15:56:16 2009 (r3120)
@@ -127,7 +127,7 @@
<?php if (0 < count($informationObject->digitalObjects)): ?>
<tr><th><?php echo __('URL') ?></th>
- <td><?php echo
link_to(image_path($informationObject->digitalObjects[0]->getFullPath(), true))
?></td>
+ <td><?php echo
link_to(public_path($informationObject->digitalObjects[0]->getFullPath(),
true)) ?></td>
</tr>
<?php endif; ?>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Qubit Toolkit Commits" 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.ca/group/qubit-commits?hl=en
-~----------~----~----~----~------~----~------~--~---