You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Mods-for-HESK-Netsyms/custom/custom-blocks.php

23 lines
1017 B
PHP

<!-- Here you can insert additional "blocks" to the homepage on the client-side of the help desk. You can insert anything you like.
Some example code has been included below, and is commented out so it will not appear on the page. It is recommended to copy & paste the code you
want to use so you still have the samples included. You can use PHP code as well, by using the <?php //and ?> tags. The page is responsive, so do not
worry about line breaks, as the blocks will reposition themselves for the user's screen size.
RECOMMENDED IMAGE SIZE: 32x32 (box does NOT resize for the image!)
AMOUNT OF TEXT TO PUT: approx 3 lines
-->
<!-- SAMPLE -->
<!-- <a href="#">
<div class="block">
<div class="upper">
<img src="ImageYouWantToShow" alt="Alternate Text for the Image" />
</div>
<div class="lower">
<p>Text you want to display under the image</p>
</div>
</div>
</a> -->
<!-- Your custom blocks should begin down here -->