Differences

This shows you the differences between two versions of the page.

Link to this comparison view

en:2.0:aenderungshistorie_fuer_themes_32 [2016/12/10 21:30] – created fasseen:2.0:aenderungshistorie_fuer_themes_32 [2017/01/15 09:11] (current) fasse
Line 9: Line 9:
  
   * The following files must //be replaced// in the appropriate folders:   * The following files must //be replaced// in the appropriate folders:
-    * **my_body_bottom.php (or change manually the menu calls) **\\ +    * **my_body_bottom.php (or change manually the menu calls) ** 
-    * **ecard_templates/greeting_card.tpl**\\ +    * **ecard_templates/greeting_card.tpl** 
-    * **ecard_templates/postcard.tpl**\\ +    * **ecard_templates/postcard.tpl** 
-    * **ecard_templates/postcard_separate_photo.tpl**\\+    * **ecard_templates/postcard_separate_photo.tpl**
  
   * The following files must //be added// in the appropriate folders:   * The following files must //be added// in the appropriate folders:
-    * **icons/view-refresh.png**\\ +    * **icons/view-refresh.png** 
-    * **images/apple-touch-icon.png**\\ +    * **images/apple-touch-icon.png** 
-    * **images/favicon-16x16.png**\\ +    * **images/favicon-16x16.png** 
-    * **images/favicon-32x32.png**\\ +    * **images/favicon-32x32.png** 
-    * **images/favicon.ico**\\+    * **images/favicon.ico** 
 +    * **images/admidio_writing_100.png**
  
   * The following files must //be removed// in the appropriate folders:   * The following files must //be removed// in the appropriate folders:
-    * **icons/favicon.png**\\ +    * **icons/favicon.png** 
-    * **icons/webclipicon.png**\\+    * **icons/webclipicon.png** 
 +    * **images/admidio_logo_20.png**
  
 ==== Changes within the modern theme ==== ==== Changes within the modern theme ====
Line 77: Line 79:
 with <code php>if($gCurrentUser->isAdministrator()) with <code php>if($gCurrentUser->isAdministrator())
 {</code> {</code>
 +
 +== eplace block in my_body_bottom.php  ==
 +<code php><a href="<?php echo ADMIDIO_HOMEPAGE; ?>" style="text-decoration: none;">
 +    <img src="<?php echo THEME_URL; ?>/images/admidio_logo_20.png"
 +        alt="<?php echo $gL10n->get('SYS_ADMIDIO_SHORT_DESC'); ?>"
 +        title="<?php echo $gL10n->get('SYS_ADMIDIO_SHORT_DESC'); ?>"
 +        style="border: 0; vertical-align: bottom;" />
 +</a></code>
 +with <code php><a href="<?php echo ADMIDIO_HOMEPAGE; ?>" style="text-decoration: none;">
 +    <img src="<?php echo THEME_URL; ?>/images/admidio_writing_100.png"
 +        alt="<?php echo $gL10n->get('SYS_ADMIDIO_SHORT_DESC'); ?>"
 +        title="<?php echo $gL10n->get('SYS_ADMIDIO_SHORT_DESC'); ?>"
 +        style="border: 0; vertical-align: bottom;" />
 +</a><br /></code>
  • en/2.0/aenderungshistorie_fuer_themes_32.txt
  • Last modified: 2017/01/15 09:11
  • by fasse