default to a session cookie instead of setting an explicit timeout, weird timezone...
[freeside.git] / fs_selfservice / FS-SelfService / cgi / customer_order_pkg.html
1 <%= include('header', 'Purchase additional package') %>
2
3 <%= if (grep $_ eq 'Purchase additional package', @menu_disable){
4         $OUT .= "This functionality has been disabled";
5 } else { 
6
7 include('order_pkg') 
8
9 } %>
10
11 <%= include('footer') %>