A new set of variables have been added to the StartGPC function which allows users to include Student testimonials on their department webpage.
- $showlefttestimonial - TRUE/FALSE
- $showrighttestimonial - TRUE/FALSE
- $storycategory - "category name"
If you do not wish to use this feature then set:
$showlefttestimonial = FALSE;
$showrighttestimonial = FALSE;
To view the Template click here
storycategory note:
Set the variable $storycategory to the desired category name: e.g. $storycategory ="Meet Our Students". This text must be an exact match.
Available categories can be gotten from the Marketing and Public Relations department.
To display all stories set $storycategory ="";
StartGPC function parameter list
StartGPC($title,
$leftbannerimagetext,
$bannertextfontsize,
$rightbannerimage,
$depttopmenu,
$sidemenu,
$showlefttestimonial,
$showrighttestimonial,
$rightsidebar,
$leftlowersidebar,
$storycategory
);

