e107inc / reference

Use this e107 plugin to manage footnotes/references/sources associated with your news items.
GNU General Public License v3.0
2 stars 2 forks source link

Feature request - to add templating or move hardcoded html to prefs or params #7

Open Jimmi08 opened 7 years ago

Jimmi08 commented 7 years ago

I need this output: <a target="_blank" class="btn btn-md btn-primary" href="LINK">TITLE</a>

but there is always this

:

"<p><small>".$k.". <a rel='external' id='reference-{$k}' href='".$v['url']."'>".$v['name']."</a>
                        </small></p>";