family banners
This commit is contained in:
@@ -477,6 +477,10 @@ long account_calls(CVars in, CVars &out) {
|
||||
return WrenchHomeBanners(in, out);
|
||||
break;
|
||||
|
||||
case WRENCHBOARD_FAMILY_HOMEBANNERS:
|
||||
return WrenchFamilyHomeBanners(in, out);
|
||||
break;
|
||||
|
||||
case WRENCHBOARD_ACCOUNT_RECENTS:
|
||||
return WrenchGetRecentDash(in, out);
|
||||
break;
|
||||
|
||||
@@ -71,6 +71,12 @@ long recommendation_engine(long action , CVars in, CVars &out) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
long WrenchFamilyHomeBanners(CVars in, CVars &out){
|
||||
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
// also used from accounts
|
||||
long WrenchHomeBanners(CVars in, CVars &out) {
|
||||
out["status"] = "long WrenchHomeBanners(CVars in, CVars &out)";
|
||||
|
||||
Reference in New Issue
Block a user