Skip to content

Commit

Permalink
Merge pull request #17 from arjankc/hacktober-1
Browse files Browse the repository at this point in the history
resloved cart counter issue and fixed a css
  • Loading branch information
arjankc committed Oct 11, 2022
2 parents c5a74b7 + 4c73fe7 commit d217de6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 0 additions & 1 deletion cart.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<!DOCTYPE html>
<html lang="en">
<?php
session_start();
include ("files/head.php");
?>
<body class="animsition">
Expand Down
2 changes: 1 addition & 1 deletion customerforms.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@


<!-- Content page -->
<section class="bg0 p-t-104 p-b-116">
<section class="bg0 p-t-104 p-b-116"style="padding-top: 0px; padding-bottom: 0px;">
<div class="container">
<div class="flex-w flex-tr">
<div class="size-210 bor10 p-lr-70 p-t-55 p-b-70 p-lr-15-lg w-full-md">
Expand Down
3 changes: 3 additions & 0 deletions files/head.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,7 @@
<link rel="stylesheet" type="text/css" href="css/util.css">
<link rel="stylesheet" type="text/css" href="css/main.css">
<!--===============================================================================================-->
<?php
session_start();
?>
</head>

0 comments on commit d217de6

Please sign in to comment.