Fixes in plugins
This commit is contained in:
parent
7f1a3adf22
commit
e874bace60
3 changed files with 8 additions and 7 deletions
|
|
@ -38,7 +38,8 @@ ${load_js()|n}
|
|||
|
||||
portal_admin_name_set=('Paramecio', 'Framework!')
|
||||
|
||||
#if hasattr(config, 'portal_admin_name_set'):
|
||||
if hasattr(config, 'portal_admin_name_set'):
|
||||
portal_admin_name_set=('Paramecio', 'Framework!')
|
||||
|
||||
%>
|
||||
<span id="title_phango">${portal_admin_name_set[0]}</span> <span id="title_framework">${portal_admin_name_set[1]}</span>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue