Changeset 11706 for main/kofacustom.sampleuni/trunk/layout
- Timestamp:
- 24 Jun 2014, 11:27:07 (11 years ago)
- Location:
- main/kofacustom.sampleuni/trunk/layout
- Files:
-
- 94 added
- 2 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.sampleuni/trunk/layout/theme.html
r11564 r11706 18 18 rel="stylesheet"> 19 19 <link href="static/css/base.css" rel="stylesheet"> 20 <link href="static _custom/custom.css" rel="stylesheet">20 <link href="static/css/custom.css" rel="stylesheet"> 21 21 <link href="static/css/file-upload.css" rel="stylesheet"> 22 22 … … 31 31 32 32 <!-- icons --> 33 <link rel="shortcut icon" href="static _custom/favicon.ico">33 <link rel="shortcut icon" href="static/ico/favicon.ico"> 34 34 35 35 … … 569 569 src="static/js/kofa-datepicker.js"> 570 570 </script> 571 572 571 </body> 573 572 </html>
Note: See TracChangeset for help on using the changeset viewer.