mirror of
https://github.com/Relintai/mourne_rcpp_fw.git
synced 2024-12-23 21:16:50 +01:00
Fix string.
This commit is contained in:
parent
c1918e505b
commit
69dd1e1dfe
@ -25,10 +25,10 @@ void NewsNode::admin_handle_request_main(Request *request) {
|
|||||||
request->send_error(404);
|
request->send_error(404);
|
||||||
}
|
}
|
||||||
String NewsNode::admin_get_section_name() {
|
String NewsNode::admin_get_section_name() {
|
||||||
return "Mail";
|
return "News";
|
||||||
}
|
}
|
||||||
void NewsNode::admin_add_section_links(Vector<AdminSectionLinkInfo> *links) {
|
void NewsNode::admin_add_section_links(Vector<AdminSectionLinkInfo> *links) {
|
||||||
links->push_back(AdminSectionLinkInfo("- Mail Editor", ""));
|
links->push_back(AdminSectionLinkInfo("- News Editor", ""));
|
||||||
}
|
}
|
||||||
bool NewsNode::admin_full_render() {
|
bool NewsNode::admin_full_render() {
|
||||||
return false;
|
return false;
|
||||||
|
Loading…
Reference in New Issue
Block a user