extra method get_full_page removed

master
moneroexamples 8 years ago
parent 735de00f96
commit 207418432e

@ -3640,15 +3640,6 @@ private:
+ footer_html; + footer_html;
} }
string
get_full_page(string& middle)
{
return xmreg::read(TMPL_HEADER)
+ middle
+ xmreg::read(TMPL_FOOTER);
}
void void
add_css_style(mstch::map& context) add_css_style(mstch::map& context)
{ {

Loading…
Cancel
Save