Plugin Directory

Changeset 770747


Ignore:
Timestamp:
09/12/2013 04:52:31 AM (12 years ago)
Author:
vercalendario-info
Message:

+updates image path URLs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • current-moon-information/trunk/currentmoon.php

    r769540 r770747  
    8989       
    9090        <script type="text/javascript">
    91             Currentmoon.baseurl="'. plugins_url() .'/current-moon-information/";
    9291            var vc_currentmoon=new Currentmoon();
     92                vc_currentmoon.getImageURL=function(s){return "'. plugins_url( '' , __FILE__ ) .'/"+s;};
    9393            var vc_out_currentmoon=vc_currentmoon.create({e:"currentmoond","loc":"'.$loc.'"});
    9494        </script>
Note: See TracChangeset for help on using the changeset viewer.