You have entered an invalid value for "profile owner error
Using Jamroom
context?
function smarty_function_xxMymodule_menu($params, &$smarty)
{
//do a search for menu items
//group menu items into nested array
//return nested array OR send the nested array to a template for formatting, then return the html
}{xxMymodule_menu}{xxMymodule_menu active_tab="Fender"}function smarty_function_xxMymodule_menu($params, &$smarty)
{
switch($params['active_tab']){
case'Fender':
// do something
break;
}
}
if ($this->file->save($fname)) {
//didnt get into here....
}
//so this fires
return array('error'=> 'Could not save uploaded file - upload was cancelled or server error encountered');
{jrCore_list module="jrFile" search1="file_approved != on" search2="profile_salesperson = `$rep`" order_by="file_display_order numerical_asc" pagebreak="10" page=$_post.p pager=true}{jrCore_list module="jrFile" search1="file_approved != on" search2="profile_salesperson = Some Name" order_by="file_display_order numerical_asc" pagebreak="10" page=$_post.p pager=true}