simplebits / Pears

http://pea.rs
GNU General Public License v2.0
1.4k stars 162 forks source link

Make "icon-copy.png", image path dynamically according to the theme. #19

Closed gogodanny closed 12 years ago

gogodanny commented 12 years ago

The copy icon is broken (if you didn't with theme name "pear" or when it's not installed in first level). Therefore, i made the image path dynamically according to the theme path.

in loop-single.php

/ /Line 36 `

copy

`

// Line 43 `

copy

`

gogodanny commented 12 years ago

code submited