theme Simple.css
- zacharielle
- Ssr. Bludit
- Posts: 12
- Joined: Sat Jan 07, 2023 7:51 am
- Has thanked: 7 times
- Been thanked: 8 times
Hi elpak,
For achieving this you'll have to edit the theme:
For achieving this you'll have to edit the theme:
- In php/page.php, remove
Code: Select all
<?php include(THEME_DIR_IMG . 'icons/user.svg'); ?> <?php echo $page->username(); ?>
- In php/sidebar.php, add your images in HTML after for instance
Code: Select all
<?php Theme::plugins('siteSidebar') ?>
Code: Select all
<img src="path/to/the/image.jpg" alt="Relevant alternative text">