diff options
Diffstat (limited to 'smarty')
-rw-r--r-- | smarty/templates/rpmphp/main.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/smarty/templates/rpmphp/main.tpl b/smarty/templates/rpmphp/main.tpl index ace37c9..a19f862 100644 --- a/smarty/templates/rpmphp/main.tpl +++ b/smarty/templates/rpmphp/main.tpl @@ -26,6 +26,7 @@ <link rel="stylesheet" type="text/css" media="screen" href="css/rpmphp.css"/> <!--<link rel="stylesheet" type="text/css" media="print" href="css/rpmphp-print.css">--> <script type="text/javascript" src="scripts/jquery-1.4.2.min.js"></script> + <script type="text/javascript" src="scripts/jquery.autocomplete.pack.js"></script> <script type="text/javascript" src="scripts/rpmphp.js"></script> {if $name} <script type="text/javascript"> |