Monday 1 September 2014

How to call JS in liferay theme? How to call CSS in liferay theme?

Add this code in portal_normal.vm file

<head>
$theme.include($top_head_include)
<script type="text/javascript" src="$javascript_folder/jquery-1.9.1.js"></script>
<link rel="stylesheet" href="$css_folder/colorbox.css" />
</head>