removing Home/about/contact from left menu rendering/constants file
This commit is contained in:
parent
be2a2f13c5
commit
3aa6cb044b
@ -4,37 +4,12 @@ var goatConstants = {};
|
|||||||
|
|
||||||
goatConstants.CATEGORYCLASS = 'fa-angle-right pull-right';
|
goatConstants.CATEGORYCLASS = 'fa-angle-right pull-right';
|
||||||
goatConstants.menuPrefix = [
|
goatConstants.menuPrefix = [
|
||||||
{
|
|
||||||
name:'Home',
|
|
||||||
type:'STATIC',
|
|
||||||
complete:false,
|
|
||||||
link:'home.jsp',
|
|
||||||
children:null,
|
|
||||||
class:'fa-home'
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name:'About',
|
|
||||||
type:'STATIC',
|
|
||||||
complete:false,
|
|
||||||
link:'about.jsp',
|
|
||||||
children:null,
|
|
||||||
class:'fa-users'
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name:'Contact',
|
|
||||||
type:'STATIC',
|
|
||||||
complete:false,
|
|
||||||
link:'contact.jsp',
|
|
||||||
children:null,
|
|
||||||
class:'fa-envelope-o'
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name:'LESSONS',
|
name:'LESSONS',
|
||||||
type:'STATIC',
|
type:'STATIC',
|
||||||
complete:false,
|
complete:false,
|
||||||
link:'',
|
link:'',
|
||||||
children:null,
|
children:null,
|
||||||
class:'fa-bars'
|
class:'fa-bars static'
|
||||||
}
|
}
|
||||||
|
|
||||||
];
|
];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user