mirror of
https://github.com/ulaulaman/eduinaf.git
synced 2025-03-01 19:47:38 +01:00
Aggiornamento sidebar astrodidattica per la sezione del curriculum
This commit is contained in:
parent
e97ec08975
commit
a411c4959f
@ -102,13 +102,18 @@ add_shortcode( 'sbdidattica', function () {
|
|||||||
}
|
}
|
||||||
|
|
||||||
$curriculum = '<strong>Argomenti dal <em>curriculum</em> scolastico:</strong>';
|
$curriculum = '<strong>Argomenti dal <em>curriculum</em> scolastico:</strong>';
|
||||||
if ( $curriculumastro <> 'null' ) {
|
if ( $curriculumsteam <> null ) {
|
||||||
$curriculum = '<p>'.$curriculum.'<br/>'.$curriculumastro;
|
if ( $curriculumastro <> null ) {
|
||||||
}
|
$curriculum = '<p>'.$curriculum.'<br/>'.$curriculumastro.', '.$curriculumsteam.'</p>';
|
||||||
if ( $curriculumsteam <> 'null' ) {
|
} else {
|
||||||
$curriculum = $curriculum.', '.$curriculumsteam.'</p>';
|
$curriculum = '<p>'.$curriculum.'<br/>'.$curriculumsteam.'</p>';
|
||||||
|
}
|
||||||
} else {
|
} else {
|
||||||
$curriculum = $curriculum.'</p>';
|
if ( $curriculumastro <> null ) {
|
||||||
|
$curriculum = '<p>'.$curriculum.'<br/>'.$curriculumastro.'</p>';
|
||||||
|
} else {
|
||||||
|
$curriculum = null;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
$keyw = '<strong>Parole chiave:</strong> ';
|
$keyw = '<strong>Parole chiave:</strong> ';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user