La funzione di DaoMediaHandler::addMedia ora setta il MainMedia
alla news quando aggiungo il media se la news non ha un MainMedia; addMultimedia dopo aver aggiunto un media ora rimanda alla homeNotizia; homePage in progress
This commit is contained in:
@@ -47,6 +47,7 @@ class GUIHandler {
|
||||
echo "<meta name=\"author\" content=\"$author\">\n";
|
||||
echo "<meta http-equiv=\"X-UA-Compatible\" content=\"IE=Edge,chrome=1\">";
|
||||
echo '<link rel="shortcut icon" href="'.self::getImagesUrl().'/favicon.png">'."\n";
|
||||
echo '<link href="http://fonts.googleapis.com/css?family=Lato&subset=latin,latin-ext" rel="stylesheet" type="text/css">'."\n";
|
||||
|
||||
foreach (self::$STYLESHEETS[self::STYLESHEET_GENERAL] as $file){
|
||||
echo '<link type="text/css" rel="stylesheet" href="'.self::getStylesheetsUrl().$file.'"';
|
||||
|
||||
Reference in New Issue
Block a user