Advertisement
Guest User

Untitled

a guest
Apr 25th, 2014
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. File Name : admin/view/template/common/header.tpl(5)
  2. VQModObject::applyMod - SEARCH NOT FOUND (ABORTING MOD): <ul class="right" style="display: none;">
  3.  
  4. <file name="admin/view/template/common/header.tpl">
  5. <operation>
  6. <search position="replace"><![CDATA[
  7. <li id="store"><a href="<?php echo $store; ?>" target="_blank" class="top"><?php echo $text_front; ?></a>
  8. ]]></search>
  9. <add><![CDATA[
  10. <li id="store"><a onClick="window.open('<?php echo $store; ?>');" class="top"><?php echo $text_front; ?></a>
  11. ]]>
  12. </add>
  13. </operation>
  14. </file>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement