Skip to content
Snippets Groups Projects
Commit f179c91d authored by Imran Hussain's avatar Imran Hussain
Browse files

Add things to the svn that were missing

parent 26839724
No related branches found
No related tags found
No related merge requests found
htdocs/pictures/sucsroom.jpg

120 KiB

File added
htdocs/pictures/webdav01-mynetworkplaces.png

4.32 KiB

htdocs/pictures/webdav02-addanetworkplace.png

6.68 KiB

htdocs/pictures/webdav03-addnetworkplacewizard.png

12.9 KiB

htdocs/pictures/webdav04-securityalert.png

8.61 KiB

htdocs/pictures/webdav05-enternetworkpassword.png

8.32 KiB

htdocs/pictures/webdav07-davonsucsorg.png

32.5 KiB

htdocs/pictures/webdav08-connecttosucsorg.png

18.1 KiB

<?php
function smarty_function_logo_of_the_day($params, &$smarty) {
$logos = glob ("../htdocs/images/awesomelogos/*.png");
$logo_of_the_day = $logos[array_rand ($logos)];
$logo_size = getimagesize($logo_of_the_day);
$width_height_string = $logo_size[3];
$logo_src = str_replace("../htdocs","",$logo_of_the_day);
return "<img src=\"$logo_src\" $width_height_string alt=\"SUCS\" />";
}
?>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment