Example #1
0
                    <label for="urh_theme_option_postgiro"><strong>Postgiro:</strong></label>
                  </td>
                  <td>
                    <input type="text" name="urh_theme_option_postgiro" id="urh_theme_option_postgiro" value="<?php 
echo urh_get_theme_option('postgiro', '');
?>
" placeholder="85 89 20 – 2">
                  </td>
                </tr>
                <tr>
                  <td>
                    <label for="urh_theme_option_bankgiro"><strong>Bankgiro:</strong></label>
                  </td>
                  <td>
                    <input type="text" name="urh_theme_option_bankgiro" id="urh_theme_option_bankgiro" value="<?php 
echo urh_get_theme_option('bankgiro', '');
?>
" placeholder="5085 – 9107">
                  </td>
                </tr>
              </tbody>
            </table>
          </div>
        </div>
      </div>
      <!-- END OF KONTON -->

      <div class="urh-settings__submit clearit">
        <?php 
submit_button();
?>
Example #2
0
          <div class="grid__item one-half">
            <img src="<?php 
echo home_url() . '/assets/images/logo.svg';
?>
" alt="<?php 
echo get_bloginfo('title') . ' - Logga';
?>
" class="footer-logo">
          </div>
          <div class="grid__item one-half">
            <p class="footer-cred">&copy; <?php 
_e('1987', 'ungarh');
?>
 - <?php 
echo date('Y');
?>
 <?php 
bloginfo('name');
if (urh_get_theme_option('orgnr')) {
    echo ' | Orgnr: ' . urh_get_theme_option('orgnr');
}
?>
</p>
          </div>
        </div>
      </div>
    </div>
  </footer>
</div>
<!-- /.site -->